Station GetValue ParentRelPosition
Get the station position relative to the parent aircraft.
Related Commands
Syntax
MissionModeler_RM <AircraftObjPath> Configuration Station "<StationName>" GetValue ParentRelPosition [<Unit>]
MissionModeler_RM <AircraftObjPath> Aircraft DefaultConfiguration Station "<StationName>" GetValue ParentRelPosition [<Unit>]
Description
This command returns the Cartesian values that describe the position of the station relative to the aircraft's empty center of gravity.
These values are valid for Payload station and Internal Fuel Tank station only.
<StationName> | The name of the station, either an Internal Fuel Tank station or a Payload station, for which the position is being returned. |
<Unit> | Enter the unit that the coordinates are returned in. The default unit is meter. The unit type is Small Distance Unit. |
Return Value
The cartesian values representing the position, <X> <Y> <Z>, are returned in the unit specified or in meters.
Examples
MissionModeler_RM */Aircraft/Aircraft1 Configuration Station "Internal Fuel Tank 1" GetValue ParentRelPosition
MissionModeler_RM */Aircraft/Aircraft1 Aircraft DefaultConfiguration Station "Internal Fuel Tank 1" GetValue ParentRelPosition feet