PropagatorSGP4PropagatorSettings#

class ansys.stk.core.stkobjects.PropagatorSGP4PropagatorSettings#

Encapsulates the SGP4 propagator settings.

Overview#

use_sgp4_one_point_interpolation

Whether to use SGP4 1Point Interpolation.

use_sgp4_one_point_validation

Whether to use SGP4 1Point Validation.

use_sgp4_one_point_warning

Whether to generate SGP4 1Point warnings.

Import detail#

from ansys.stk.core.stkobjects import PropagatorSGP4PropagatorSettings

Property detail#

property PropagatorSGP4PropagatorSettings.use_sgp4_one_point_interpolation: bool#

Whether to use SGP4 1Point Interpolation.

property PropagatorSGP4PropagatorSettings.use_sgp4_one_point_validation: bool#

Whether to use SGP4 1Point Validation.

property PropagatorSGP4PropagatorSettings.use_sgp4_one_point_warning: bool#

Whether to generate SGP4 1Point warnings.