VehiclePassNumbering#

class ansys.stk.core.stkobjects.VehiclePassNumbering#

IntEnum

Overview#

UNKNOWN

Represents pass numbering currently not supported by the Object Model.

DATE_OF_FIRST_PASS

Date of First Pass: override the first pass start time (normally the ephemeris start time).

FIRST_PASS_NUMBER

First Pass #: an integer to identify the number at which pass numbering begins.

MAINTAIN_PASS_NUMBER

Maintain Pass #: STK continues the existing pass numbering sequence when a vehicle is repropagated or the epoch changes.

USE_PROPAGATOR_PASS_DATA

Use Propagator Pass Data: should be used when the propagator is SGP4, which has its own definition for passes.

Import detail#

from ansys.stk.core.stkobjects import VehiclePassNumbering