NPlateStochasticParameter#

class ansys.stk.core.stkobjects.astrogator.NPlateStochasticParameter#

NPlate Stochastic Parameter definition.

Overview#

estimate_parameter

True if estimating this parameter.

half_life

Half life of the parameter.

long_term_sigma

Long term Sigma value for the parameter.

name

NPlate Stochastic Parameter name.

nominal_value

Nominal Value for this N-Plate group.

sigma

Sigma value for the parameter.

Import detail#

from ansys.stk.core.stkobjects.astrogator import NPlateStochasticParameter

Property detail#

property NPlateStochasticParameter.estimate_parameter: bool#

True if estimating this parameter.

property NPlateStochasticParameter.half_life: float#

Half life of the parameter.

property NPlateStochasticParameter.long_term_sigma: float#

Long term Sigma value for the parameter.

property NPlateStochasticParameter.name: str#

NPlate Stochastic Parameter name.

property NPlateStochasticParameter.nominal_value: float#

Nominal Value for this N-Plate group.

property NPlateStochasticParameter.sigma: float#

Sigma value for the parameter.