Propagator11ParametersDescriptor#
- class ansys.stk.core.stkobjects.Propagator11ParametersDescriptor#
11-Param file definition.
Overview#
Epoch time on which the ephemeris is based. |
|
11-Parameter file path. |
|
Satellite identification. |
|
GEO satelliteβs reference longitude. Uses LongitudeUnit. |
|
Mean longitude (East of Greenwich). |
|
Drift rate. |
|
Drift acceleration. |
|
Longitude oscillation: amplitude (cosine term). Uses AngleUnit. |
|
Longitude oscilation: rate of change (cosine term). Uses AngleUnit. |
|
Longitude oscillation: amplitude (sine term). Uses AngleUnit. |
|
Longitude oscilation: rate of change (sine term). Uses AngleUnit. |
|
Latitude oscillation: amplitude (cosine term). Uses AngleUnit. |
|
Latitude oscillation: rate of change (cosine term). Uses AngleUnit. |
|
Latitude oscillation: amplitude (sine term). Uses AngleUnit. |
|
Latitude oscillation: rate of change (sine term). Uses AngleUnit. |
Import detail#
from ansys.stk.core.stkobjects import Propagator11ParametersDescriptor
Property detail#
- property Propagator11ParametersDescriptor.nominal_longitude: float#
GEO satelliteβs reference longitude. Uses LongitudeUnit.
- property Propagator11ParametersDescriptor.lonc: float#
Longitude oscillation: amplitude (cosine term). Uses AngleUnit.
- property Propagator11ParametersDescriptor.lonc1: float#
Longitude oscilation: rate of change (cosine term). Uses AngleUnit.
- property Propagator11ParametersDescriptor.lons: float#
Longitude oscillation: amplitude (sine term). Uses AngleUnit.
- property Propagator11ParametersDescriptor.lons1: float#
Longitude oscilation: rate of change (sine term). Uses AngleUnit.
- property Propagator11ParametersDescriptor.latc: float#
Latitude oscillation: amplitude (cosine term). Uses AngleUnit.
- property Propagator11ParametersDescriptor.latc1: float#
Latitude oscillation: rate of change (cosine term). Uses AngleUnit.