PropagatorSP3File#

class ansys.stk.core.stkobjects.PropagatorSP3File#

SP3 file data.

Overview#

filename

Get the file name.

start_time

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

stop_time

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

reference_time

Get the reference time.

step_size

Get the step size.

agency

Get the agency identifier.

orbit_type

Get the orbit size type.

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).

Import detail#

from ansys.stk.core.stkobjects import PropagatorSP3File

Property detail#

property PropagatorSP3File.filename: str#

Get the file name.

property PropagatorSP3File.start_time: Any#

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

property PropagatorSP3File.stop_time: Any#

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

property PropagatorSP3File.reference_time: Any#

Get the reference time.

property PropagatorSP3File.step_size: float#

Get the step size.

property PropagatorSP3File.agency: str#

Get the agency identifier.

property PropagatorSP3File.orbit_type: str#

Get the orbit size type.

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).