NPlateStochasticParametersCollection#
- class ansys.stk.core.stkobjects.astrogator.NPlateStochasticParametersCollection#
NPlate Stochastic 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 NPlateStochasticParametersCollection
Property detail#
- property NPlateStochasticParametersCollection._new_enum: EnumeratorProxy#
A property that allows you to enumerate through the collection.
Method detail#
- NPlateStochasticParametersCollection.get_item_by_index(self, index: int) NPlateStochasticParameter #
Retrieve an associated object from the collection by index.
- Parameters:
index :
int
- Returns:
NPlateStochasticParameter
- NPlateStochasticParametersCollection.get_item_by_name(self, name: str) NPlateStochasticParameter #
Retrieve an associated object from the collection by name.
- Parameters:
name :
str
- Returns:
NPlateStochasticParameter
- NPlateStochasticParametersCollection.item(self, index_or_name: Any) NPlateStochasticParameter #
Iterate through the collection.
- Parameters:
index_or_name :
Any
- Returns:
NPlateStochasticParameter