Propagator11ParametersDescriptor#

class ansys.stk.core.stkobjects.Propagator11ParametersDescriptor#

11-Param file definition.

Overview#

epoch

Epoch time on which the ephemeris is based.

filename

11-Parameter file path.

satellite_identifier

Satellite identification.

nominal_longitude

GEO satellite’s reference longitude. Uses LongitudeUnit.

lm0

Mean longitude (East of Greenwich).

lm1

Drift rate.

lm2

Drift acceleration.

lonc

Longitude oscillation: amplitude (cosine term). Uses AngleUnit.

lonc1

Longitude oscilation: rate of change (cosine term). Uses AngleUnit.

lons

Longitude oscillation: amplitude (sine term). Uses AngleUnit.

lons1

Longitude oscilation: rate of change (sine term). Uses AngleUnit.

latc

Latitude oscillation: amplitude (cosine term). Uses AngleUnit.

latc1

Latitude oscillation: rate of change (cosine term). Uses AngleUnit.

lats

Latitude oscillation: amplitude (sine term). Uses AngleUnit.

lats1

Latitude oscillation: rate of change (sine term). Uses AngleUnit.

Import detail#

from ansys.stk.core.stkobjects import Propagator11ParametersDescriptor

Property detail#

property Propagator11ParametersDescriptor.epoch: Any#

Epoch time on which the ephemeris is based.

property Propagator11ParametersDescriptor.filename: str#

11-Parameter file path.

property Propagator11ParametersDescriptor.satellite_identifier: str#

Satellite identification.

property Propagator11ParametersDescriptor.nominal_longitude: float#

GEO satellite’s reference longitude. Uses LongitudeUnit.

property Propagator11ParametersDescriptor.lm0: float#

Mean longitude (East of Greenwich).

property Propagator11ParametersDescriptor.lm1: float#

Drift rate.

property Propagator11ParametersDescriptor.lm2: float#

Drift acceleration.

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.

property Propagator11ParametersDescriptor.lats: float#

Latitude oscillation: amplitude (sine term). Uses AngleUnit.

property Propagator11ParametersDescriptor.lats1: float#

Latitude oscillation: rate of change (sine term). Uses AngleUnit.