State#
- class ansys.stk.core.stkobjects.astrogator.State#
Bases:
IRuntimeTypeInfoProvider
The orbit state.
Overview#
Set the element type. |
|
Get the orbit state in the specified frame. |
Get the element type. |
|
Return the currently selected element type. |
|
Get or set the epoch of the Orbit State. Uses DateFormat Dimension. |
|
Get the coordinate system. |
|
Get or set the mass of the spacecraft exclusive of propellant. Uses Mass Dimension. |
|
Get or set the mass of the spacecraft propellant. Uses Mass Dimension. |
|
Get or set the cross-sectional area of the spacecraft assumed perpendicular to the direction of motion, used for atmospheric drag calculations. Uses SmallArea Dimension. |
|
Get or set the cross-sectional area of the spacecraft assumed perpendicular to the direction of solar radiation, used for solar radiation calculations. Uses SmallArea Dimension. |
|
Get or set the fuel tank pressure. Uses Pressure Dimension. |
|
Get or set the temperature of the fuel tank. Uses Temperature Dimension. |
|
Get or set the density of the fuel tank. Uses SmallDensity Dimension. |
|
Get or set the reflectivity of the spacecraft used for solar radiation pressure calculations, where 2.0 is fully reflective and 1.0 is not reflective at all. Dimensionless. |
|
Get or set the dimensionless drag coefficient associated with the drag area. Dimensionless. |
|
Get or set the reflectivity of the spacecraft used for central body radiation pressure (albedo / thermal pressure) calculations, where 2.0 is fully reflective and 1.0 is not reflective at all. Dimensionless. |
|
Get or set the cross-sectional area of the spacecraft assumed perpendicular to the direction of central body radiation, used for central body radiation (albedo / thermal pressure) calculations. Uses Small Area Dimension. |
|
If you are using a non-spherical SRP model, this field defines the modelβs GPS solar radiation pressure K1 (scale) value. Dimensionless. |
|
If you are using a non-spherical SRP model, this field defines the modelβs GPS solar radiation pressure K2 (scale) value. Dimensionless. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import State
Property detail#
- property State.element_type: ElementSetType#
Get the element type.
- property State.dry_mass: float#
Get or set the mass of the spacecraft exclusive of propellant. Uses Mass Dimension.
- property State.fuel_mass: float#
Get or set the mass of the spacecraft propellant. Uses Mass Dimension.
- property State.drag_area: float#
Get or set the cross-sectional area of the spacecraft assumed perpendicular to the direction of motion, used for atmospheric drag calculations. Uses SmallArea Dimension.
- property State.srp_area: float#
Get or set the cross-sectional area of the spacecraft assumed perpendicular to the direction of solar radiation, used for solar radiation calculations. Uses SmallArea Dimension.
- property State.tank_temperature: float#
Get or set the temperature of the fuel tank. Uses Temperature Dimension.
- property State.fuel_density: float#
Get or set the density of the fuel tank. Uses SmallDensity Dimension.
- property State.cr: float#
Get or set the reflectivity of the spacecraft used for solar radiation pressure calculations, where 2.0 is fully reflective and 1.0 is not reflective at all. Dimensionless.
- property State.cd: float#
Get or set the dimensionless drag coefficient associated with the drag area. Dimensionless.
- property State.radiation_pressure_coefficient: float#
Get or set the reflectivity of the spacecraft used for central body radiation pressure (albedo / thermal pressure) calculations, where 2.0 is fully reflective and 1.0 is not reflective at all. Dimensionless.
- property State.radiation_pressure_area: float#
Get or set the cross-sectional area of the spacecraft assumed perpendicular to the direction of central body radiation, used for central body radiation (albedo / thermal pressure) calculations. Uses Small Area Dimension.
Method detail#
- State.set_element_type(self, element_type: ElementSetType) None #
Set the element type.
- Parameters:
element_type :
ElementSetType
- Returns: