RollRate
Get the standard roll rate for the aircraft.
Related Commands
Syntax
MissionModeler_RM <AircraftObjPath> Aircraft GetValue RollRate [<Unit>]
MissionModeler_RM <AircraftObjPath> Aircraft PerfModel "Acceleration" "<ModelName>" GetValue RollRate [<Unit>]
Description
[<Unit>] | Enter the unit that the value is returned in. This parameter is optional, the default unit is radians/second (rad/sec). The dimension type is MissionModelerAttAngleRate. |
Return Value
The roll rate value is returned in the unit specified or in rad/sec.
Example: Getting RollRate for Aircraft
MissionModeler_RM */Aircraft/Aircraft1 Aircraft GetValue RollRate deg/sec
MissionModeler_RM */Aircraft/Aircraft1 Aircraft GetValue RollRate
Example: Getting RollRate for Acceleration PerformanceModel
MissionModeler_RM */Aircraft/Aircraft1 Aircraft PerfModel "Acceleration" "AccelMdl1" GetValue RollRate