CommonArrayValue#
- class ansys.tools.variableinterop.variable_value.CommonArrayValue(shape, dtype=float, buffer=None, offset=0, strides=None, order=None)#
Bases:
Generic[T],numpy.typing.NDArray[T],IVariableValue,abc.ABCDefines an interface for the behavior common among all array types.
This class inherits the
IVariableValueclass.
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