NPlateStochasticCorrectionParametersCollection#
- class ansys.stk.core.stkobjects.astrogator.NPlateStochasticCorrectionParametersCollection#
NPlate Stochastic Correction Parameter Collection.
Overview#
Retrieve an associated object from the collection by index. |
|
Retrieve an associated object from the collection by name. |
|
Iterate through the collection. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import NPlateStochasticCorrectionParametersCollection
Property detail#
- property NPlateStochasticCorrectionParametersCollection._new_enum: EnumeratorProxy#
A property that allows you to enumerate through the collection.
Method detail#
- NPlateStochasticCorrectionParametersCollection.get_item_by_index(self, index: int) NPlateStochasticCorrectionParameter #
Retrieve an associated object from the collection by index.
- Parameters:
index :
int
- Returns:
NPlateStochasticCorrectionParameter
- NPlateStochasticCorrectionParametersCollection.get_item_by_name(self, name: str) NPlateStochasticCorrectionParameter #
Retrieve an associated object from the collection by name.
- Parameters:
name :
str
- Returns:
NPlateStochasticCorrectionParameter
- NPlateStochasticCorrectionParametersCollection.item(self, index_or_name: Any) NPlateStochasticCorrectionParameter #
Iterate through the collection.
- Parameters:
index_or_name :
Any
- Returns:
NPlateStochasticCorrectionParameter