CommonArrayValue
#
- class ansys.tools.variableinterop.variable_value.CommonArrayValue#
Bases:
Generic
[T
],numpy.typing.NDArray
[T
],IVariableValue
,abc.ABC
Defines an interface for the behavior common among all array types.
This class inherits the
IVariableValue
class.
Overview#
Get the dimension sizes of the array. |
|
Get the number of dimensions in the array. |
Import detail#
from ansys.tools.variableinterop.variable_value import CommonArrayValue