The ``scalar_values.py`` module
===============================
.. py:module:: ansys.tools.variableinterop.scalar_values
Summary
-------
.. py:currentmodule:: scalar_values
.. tab-set::
.. tab-item:: Classes
.. list-table::
:header-rows: 0
:widths: auto
* - :py:obj:`~ansys.tools.variableinterop.scalar_values.BooleanValue`
- Stores a value as a ``BooleanValue`` variable type.
* - :py:obj:`~ansys.tools.variableinterop.scalar_values.IntegerValue`
- Stores a value as an ``IntegerValue`` variable type.
* - :py:obj:`~ansys.tools.variableinterop.scalar_values.RealValue`
- Stores a value as a ``RealValue`` variable type.
* - :py:obj:`~ansys.tools.variableinterop.scalar_values.StringValue`
- Stores a value as an ``IVariableValue`` variable type.
.. toctree::
:titlesonly:
:maxdepth: 1
:hidden:
BooleanValue
IntegerValue
RealValue
StringValue
Description
-----------
Defines all scalar value implementations of the ``IVariableValue`` variable type.
..
!! processed by numpydoc !!