DataProviderResultDataSet#

class ansys.stk.core.stkobjects.DataProviderResultDataSet#

Represents a dataset in the collection of datasets returned by the data providers.

Overview#

get_values

Retrieve an array of values of the elements in the dataset.

get_internal_units_values

Get the Internal Unit Values of the Data.

element_name

Return a name of the dataset.

element_type

Return a type of elements of the dataset. Dimensionless.

dimension_name

Return the dimension of elements of the dataset.

count

Return a number of elements in the dataset. Dimensionless.

statistics

Return an interface for computing statistics on the results.

Import detail#

from ansys.stk.core.stkobjects import DataProviderResultDataSet

Property detail#

property DataProviderResultDataSet.element_name: str#

Return a name of the dataset.

property DataProviderResultDataSet.element_type: int#

Return a type of elements of the dataset. Dimensionless.

property DataProviderResultDataSet.dimension_name: str#

Return the dimension of elements of the dataset.

property DataProviderResultDataSet.count: int#

Return a number of elements in the dataset. Dimensionless.

property DataProviderResultDataSet.statistics: DataProviderResultStatistics#

Return an interface for computing statistics on the results.

Method detail#

DataProviderResultDataSet.get_values(self) list#

Retrieve an array of values of the elements in the dataset.

Returns:

list

DataProviderResultDataSet.get_internal_units_values(self) list#

Get the Internal Unit Values of the Data.

Returns:

list