DataProviderResultDataSet#
- class ansys.stk.core.stkobjects.DataProviderResultDataSet#
Represents a dataset in the collection of datasets returned by the data providers.
Overview#
Retrieve an array of values of the elements in the dataset. |
|
Get the Internal Unit Values of the Data. |
Return a name of the dataset. |
|
Return a type of elements of the dataset. Dimensionless. |
|
Return the dimension of elements of the dataset. |
|
Return a number of elements in the dataset. Dimensionless. |
|
Return an interface for computing statistics on the results. |
Import detail#
from ansys.stk.core.stkobjects import DataProviderResultDataSet
Property detail#
- 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.