:class:`UnitSystem` =================== .. py:class:: ansys.dpf.core.unit_system.UnitSystem(name, ID=None, unit_names=None) Defines an internally coherent way of measuring units. .. rubric:: Notes Class available with server's version starting at 6.1 (Ansys 2023R2). .. py:currentmodule:: UnitSystem Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ID` - Return ID of the unit system. * - :py:attr:`~name` - Return the name of the unit system. * - :py:attr:`~unit_names` - Return unit names making up the unit system. Import detail ------------- .. code-block:: python from ansys.dpf.core.unit_system import UnitSystem Property detail --------------- .. py:property:: ID :type: int Return ID of the unit system. .. py:property:: name :type: str Return the name of the unit system. .. py:property:: unit_names :type: str Return unit names making up the unit system.