The ``array_values.py`` module ============================== .. py:module:: ansys.tools.variableinterop.array_values Summary ------- .. py:currentmodule:: array_values .. tab-set:: .. tab-item:: Classes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~BooleanArrayValue` - Stores a value as a ``BooleanArrayValue`` variable type. * - :py:attr:`~IntegerArrayValue` - Stores a value as an ``IntegerArrayValue`` variable type. * - :py:attr:`~RealArrayValue` - Stores a value as a ``RealArrayValue`` variable type. * - :py:attr:`~StringArrayValue` - Stores a value as a ``StringArrayValue`` variable type. .. tab-item:: Constants .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~T` - .. toctree:: :titlesonly: :maxdepth: 1 :hidden: 🝆 BooleanArrayValue 🝆 IntegerArrayValue 🝆 RealArrayValue 🝆 StringArrayValue Description ----------- Defines all array value implementations of the ``IVariableValue`` variable type. .. !! processed by numpydoc !! Module detail ------------- .. py:data:: T