DataProviderResultTimeArrayElements#

class ansys.stk.core.stkobjects.DataProviderResultTimeArrayElements#

Provide a array result of element values for each time array value.

Overview#

get_array

Return an array of values at the specified index. Valid values of index range from 0 to Count-1.

valid

Return true if the result is valid, false otherwise.

count

Get the number of arrays in the result.

Import detail#

from ansys.stk.core.stkobjects import DataProviderResultTimeArrayElements

Property detail#

property DataProviderResultTimeArrayElements.valid: bool#

Return true if the result is valid, false otherwise.

property DataProviderResultTimeArrayElements.count: int#

Get the number of arrays in the result.

Method detail#

DataProviderResultTimeArrayElements.get_array(self, index_or_name: Any) list#

Return an array of values at the specified index. Valid values of index range from 0 to Count-1.

Parameters:

index_or_name : Any

Returns:

list