PropagatorSGP4Segment#

class ansys.stk.core.stkobjects.PropagatorSGP4Segment#

SGP4 propagator segment.

Overview#

ssc_number

Catalog number of the spacecraft, if created by a 2-line element set.

revolution_number

Rev. Number. Dimensionless.

epoch

Universal date and time at which the specified orbit elements are true. Dimensionless.

inclination

Angle between the angular momentum vector (perpendicular to the plane of the orbit) and the inertial Z-axis. Uses Angle Dimension.

argument_of_periapsis

Angle from the ascending node to the eccentricity vector (lowest point of orbit) measured in the direction of the satellite’s motion. Uses Angle Dimension.

right_ascension_ascending_node

Angle from the inertial X-axis to the ascending node. Uses Angle Dimension.

eccentricity

Value between 1 and 0 representing the ellipticality of the orbit. Dimensionless.

mean_motion

A measure of the osculating period of the orbit, expressed as an angular rate. Uses AngleRate Dimension.

mean_anomaly

Angle from the eccentricity vector to a position vector where the satellite would be if it were always moving at its average angular rate. Uses Angle Dimension.

mean_motion_dot

First time derivative of mean motion. Dimensionless.

motion_dot_dot

Second time derivative of mean motion. Dimensionless.

bstar

Drag term for the satellite.

classification

One-letter classification indicator. U - Unclassified, C - Classified, S - Secret.

international_designator

International designation of the satellite.

switching_method

Method used to switch between element sets.

range

How far apart the satellites are when switching occurs.

switch_time

Get or set the time of the switch between one element set and a second set. Not used when the Switching Method is Disabled.

enabled

Enable/disable the segment.

Import detail#

from ansys.stk.core.stkobjects import PropagatorSGP4Segment

Property detail#

property PropagatorSGP4Segment.ssc_number: str#

Catalog number of the spacecraft, if created by a 2-line element set.

property PropagatorSGP4Segment.revolution_number: int#

Rev. Number. Dimensionless.

property PropagatorSGP4Segment.epoch: float#

Universal date and time at which the specified orbit elements are true. Dimensionless.

property PropagatorSGP4Segment.inclination: Any#

Angle between the angular momentum vector (perpendicular to the plane of the orbit) and the inertial Z-axis. Uses Angle Dimension.

property PropagatorSGP4Segment.argument_of_periapsis: Any#

Angle from the ascending node to the eccentricity vector (lowest point of orbit) measured in the direction of the satellite’s motion. Uses Angle Dimension.

property PropagatorSGP4Segment.right_ascension_ascending_node: Any#

Angle from the inertial X-axis to the ascending node. Uses Angle Dimension.

property PropagatorSGP4Segment.eccentricity: float#

Value between 1 and 0 representing the ellipticality of the orbit. Dimensionless.

property PropagatorSGP4Segment.mean_motion: Any#

A measure of the osculating period of the orbit, expressed as an angular rate. Uses AngleRate Dimension.

property PropagatorSGP4Segment.mean_anomaly: Any#

Angle from the eccentricity vector to a position vector where the satellite would be if it were always moving at its average angular rate. Uses Angle Dimension.

property PropagatorSGP4Segment.mean_motion_dot: float#

First time derivative of mean motion. Dimensionless.

property PropagatorSGP4Segment.motion_dot_dot: float#

Second time derivative of mean motion. Dimensionless.

property PropagatorSGP4Segment.bstar: float#

Drag term for the satellite.

property PropagatorSGP4Segment.classification: str#

One-letter classification indicator. U - Unclassified, C - Classified, S - Secret.

property PropagatorSGP4Segment.international_designator: str#

International designation of the satellite.

property PropagatorSGP4Segment.switching_method: PropagatorSGP4SwitchMethod#

Method used to switch between element sets.

property PropagatorSGP4Segment.range: float#

How far apart the satellites are when switching occurs.

property PropagatorSGP4Segment.switch_time: Any#

Get or set the time of the switch between one element set and a second set. Not used when the Switching Method is Disabled.

property PropagatorSGP4Segment.enabled: bool#

Enable/disable the segment.