StochasticParameters#
- class ansys.stk.core.stkobjects.astrogator.StochasticParameters#
Bases:
IRuntimeTypeInfoProvider
Stochastic Parameters.
Overview#
Get the ballistic coefficient. |
|
Get the Cr A / M |
|
Get or set the density model initial correction. |
|
Get or set the drag initial correction. |
|
Get or set the drag long term initial correction. |
|
Drag NPlate Stochastic Correction Parameters. |
|
Get or set the Solar Radiation Pressure initial correction. |
|
Get or set the Solar Radiation Pressure long term initial correction. |
|
SRP NPlate Stochastic Correction Parameters. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import StochasticParameters
Property detail#
- property StochasticParameters.density_model_initial_correction: float#
Get or set the density model initial correction.
- property StochasticParameters.drag_initial_correction: float#
Get or set the drag initial correction.
- property StochasticParameters.drag_long_term_initial_correction: float#
Get or set the drag long term initial correction.
- property StochasticParameters.drag_n_plate_stochastic_correction_parameters: NPlateStochasticCorrectionParametersCollection#
Drag NPlate Stochastic Correction Parameters.
- property StochasticParameters.srp_initial_correction: float#
Get or set the Solar Radiation Pressure initial correction.
- property StochasticParameters.srp_long_term_initial_correction: float#
Get or set the Solar Radiation Pressure long term initial correction.
- property StochasticParameters.srp_n_plate_stochastic_correction_parameters: NPlateStochasticCorrectionParametersCollection#
SRP NPlate Stochastic Correction Parameters.