OSATE itself does not verify behavior.
For that you need AGREE, BLESS, or GUMBO.
AGREE and BLESS can be installed with Help > Install Additional AADL Components.
For GUMBO you will need to install Sireum from Kansas State University and run from sources.
AGREE uses model checking for verification.
If the property you want to verify can be expressed in LTL, AGREE would be a good choice.
GUMBO uses SMT solvers for verification.
If the property you want to verify is arithmetical, GUMBO would be a good choice.
BLESS uses an expressive temporal logic for specification which includes quantification over time.
However, BLESS produces human-readable deductive proofs for verification which requires human selection of tactics for the BLESS Proof Assistant.
Search GitHub for "BLESS-models" for example AADL projects having BLESS specifications, behaviors and proofs.
Look first at the "VVI" project.
The "BLESS Book" is posted at
multitude.net for LRM definition of BLESS grammar and formal semantics.