AdvCATAvailableObjectCollection#

class ansys.stk.core.stkobjects.AdvCATAvailableObjectCollection#

Read-only collection of available objects.

Overview#

get_available_object

Return name, date and type times of the interval at a given index.

to_array

Return a two-dimensional array of objects.

count

Number of items in the collection.

Import detail#

from ansys.stk.core.stkobjects import AdvCATAvailableObjectCollection

Property detail#

property AdvCATAvailableObjectCollection.count: int#

Number of items in the collection.

Method detail#

AdvCATAvailableObjectCollection.get_available_object(self, index: int) Tuple[Any, Any, Any]#

Return name, date and type times of the interval at a given index.

Parameters:

index : int

Returns:

Any]

AdvCATAvailableObjectCollection.to_array(self) list#

Return a two-dimensional array of objects.

Returns:

list