PropagatorSP3File#

class ansys.stk.core.stkobjects.PropagatorSP3File#

SP3 file data.

Overview#

agency

Get the agency identifier.

available_identifiers

A two-dimensional array of available satellite identifiers and their common names. Each array element contains the satellite identifier and its common name (if one is available).

filename

Get the file name.

orbit_type

Get the orbit size type.

reference_time

Get the reference time.

start_time

Get the start time of the ephemeris interval. Uses DateFormat dimension.

step_size

Get the step size.

stop_time

Get the stop time of the ephemeris interval. Uses DateFormat dimension.

Import detail#

from ansys.stk.core.stkobjects import PropagatorSP3File

Property detail#

property PropagatorSP3File.agency: str#

Get the agency identifier.

property PropagatorSP3File.available_identifiers: list#

A two-dimensional array of available satellite identifiers and their common names. Each array element contains the satellite identifier and its common name (if one is available).

property PropagatorSP3File.filename: str#

Get the file name.

property PropagatorSP3File.orbit_type: str#

Get the orbit size type.

property PropagatorSP3File.reference_time: Any#

Get the reference time.

property PropagatorSP3File.start_time: Any#

Get the start time of the ephemeris interval. Uses DateFormat dimension.

property PropagatorSP3File.step_size: float#

Get the step size.

property PropagatorSP3File.stop_time: Any#

Get the stop time of the ephemeris interval. Uses DateFormat dimension.