InsertProfileItem

Insert a new profile item.

Related Commands

Syntax

MissionModeler <AircraftObjPath> Aircraft PerfModel "Descent" "<ModelName>" SetValue InsertProfileItem <Altitude> <AltitudeUnit> <DownRange> <DownRangeUnit> <ElapsedTime> <ElapsedTimeUnit> <Fuel> <FuelUnit>

Description

Insert a new profile item with the specified values.

"<ModelName>" Enter the Descent model name.
<Altitude> Enter the altitude for the aircraft. This value should be greater than or equal to 0.0.
<AltitudeUnit> Enter the unit that the <Altitude> is entered in. The dimension type is MissionModelerAltitude.
<DownRange> Enter the ground distance from the first point in the Descent model to the aircraft's position at this point.
<DownRangeUnit> Enter the unit that the <DownRange> is entered in. The dimension type is MissionModelerDistance.
<ElapsedTime> Enter the amount of time that has elapsed since the first point of the Descent model.
<ElapsedTimeUnit> Enter the unit that the <ElapsedTime> is entered in. The dimension type is MissionModelerDuration.
<Fuel> Enter the amount of fuel required to descend to sea level from the entered altitude.
<FuelUnit> Enter the unit that the <Fuel> is entered in. The dimension type is MissionModelerFuelQuantity.

 

Examples

MissionModeler */Aircraft/Aircraft1 Aircraft PerfModel "Descent" "DescentMdl1" SetValue InsertProfileItem 12000 ft 34.6 nm 00:25:00.00 HMS 415 lb

 

STK Programming Interface 11.0.1