.. vale off :class:`IVariable` ================== .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.Interfaces.IVariable Bases: :py:obj:`object` Exposes a variable, which is a one dimensional array of real numbers with a unit. .. !! processed by numpydoc !! .. py:currentmodule:: IVariable Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Unit` - The unit of the variable. For example, this could be "mm". * - :py:attr:`~QuantityName` - The quantity name of the variable. For example, this could be "Length". Property detail --------------- .. py:property:: Unit :no-index: :type: Optional[System.String] The unit of the variable. For example, this could be "mm". .. !! processed by numpydoc !! .. py:property:: QuantityName :no-index: :type: Optional[System.String] The quantity name of the variable. For example, this could be "Length". .. !! processed by numpydoc !! .. vale on