NPlateStochasticCorrectionParametersCollection#

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

NPlate Stochastic Correction Parameter Collection.

Overview#

get_item_by_index

Retrieve an associated object from the collection by index.

get_item_by_name

Retrieve an associated object from the collection by name.

item

Iterate through the collection.

_new_enum

A property that allows you to enumerate through the collection.

count

Get the number of associated objects in the set.

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.

property NPlateStochasticCorrectionParametersCollection.count: int#

Get the number of associated objects in the set.

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