MissionModeler Configuration AddStation
Add a station to an Aircraft model.
Related Commands
Syntax
MissionModeler <AircraftObjPath> Configuration AddStation {Value} ["<Name>"]
MissionModeler <AircraftObjPath> Aircraft DefaultConfiguration AddStation {Value} ["<Name>"]
Description
{Value} | Enter the type of station being added. Valid values are "Internal Fuel Tank" and "Payload Station". |
["<Name>"] | Enter "<Name>" to specify a name other than the default for the new station. This parameter is optional, if not specified, a default name for the station will be automatically generated. Station names must be unique at the first level. |
Examples
MissionModeler */Aircraft/Aircraft1 Configuration AddStation "Internal Fuel Tank"
MissionModeler */Aircraft/Aircraft1 Aircraft DefaultConfiguration AddStation "Payload Station" "Station2"