ProcedureReferenceState#
- class ansys.stk.core.stkobjects.aviator.ProcedureReferenceState#
Bases:
IProcedure
Class defining a reference state procedure.
Overview#
Get the procedure interface. |
Get or set the start time of the reference state. |
|
Get or set the waypoint latitude. |
|
Get or set the waypoint longitude. |
|
Opt whether to use the default cruise altitude. |
|
Get the MSL altitude. Can only be used when the option to use the default cruise altitude is off. |
|
Get or set the type of motion the aircraft is engaged in. |
|
Get or set the reference frame the aircraft will use. |
|
Get or set the rate of fuel consumption. |
|
Get the forward flight options. |
|
Get the takeoff and landing options. |
|
Get the hover options. |
|
Get the weight on wheels options. |
Import detail#
from ansys.stk.core.stkobjects.aviator import ProcedureReferenceState
Property detail#
- property ProcedureReferenceState.use_default_cruise_altitude: bool#
Opt whether to use the default cruise altitude.
- property ProcedureReferenceState.msl_altitude: float#
Get the MSL altitude. Can only be used when the option to use the default cruise altitude is off.
- property ProcedureReferenceState.performance_mode: ReferenceStatePerformanceMode#
Get or set the type of motion the aircraft is engaged in.
- property ProcedureReferenceState.reference_frame: BasicManeuverReferenceFrame#
Get or set the reference frame the aircraft will use.
- property ProcedureReferenceState.mode_as_forward_flight: ReferenceStateForwardFlightOptions#
Get the forward flight options.
- property ProcedureReferenceState.mode_as_takeoff_landing: ReferenceStateTakeoffLandingOptions#
Get the takeoff and landing options.
- property ProcedureReferenceState.mode_as_hover: ReferenceStateHoverOptions#
Get the hover options.
- property ProcedureReferenceState.mode_as_weight_on_wheels: ReferenceStateWeightOnWheelsOptions#
Get the weight on wheels options.
Method detail#
- ProcedureReferenceState.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure