NPlateStochasticParametersCollection#

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

NPlate Stochastic 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 NPlateStochasticParametersCollection

Property detail#

property NPlateStochasticParametersCollection._new_enum: EnumeratorProxy#

A property that allows you to enumerate through the collection.

property NPlateStochasticParametersCollection.count: int#

Get the number of associated objects in the set.

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