RepeatGroundTrackNumbering#

class ansys.stk.core.stkobjects.RepeatGroundTrackNumbering#

Repeat ground track numbering: The path number in the repeat ground track cycle corresponding to the initial conditions and the number of revolutions in the repeat cycle.

Overview#

first_pass_number

Path numbers are incremented concurrently with pass numbers, but are limited to a range of 1 to the number of revolutions in the repeat cycle. Dimensionless.

revolutions_to_repeat

Once the path number reaches the number of revolutions in the repeat cycle, the next path number is 1. Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import RepeatGroundTrackNumbering

Property detail#

property RepeatGroundTrackNumbering.first_pass_number: int#

Path numbers are incremented concurrently with pass numbers, but are limited to a range of 1 to the number of revolutions in the repeat cycle. Dimensionless.

property RepeatGroundTrackNumbering.revolutions_to_repeat: int#

Once the path number reaches the number of revolutions in the repeat cycle, the next path number is 1. Dimensionless.