UnitSystem
#
- class ansys.dpf.core.unit_system.UnitSystem(name, ID=None, unit_names=None)#
Defines an internally coherent way of measuring units.
Notes
Class available with server’s version starting at 6.1 (Ansys 2023R2).
Overview#
Return ID of the unit system. |
|
Return the name of the unit system. |
|
Return unit names making up the unit system. |
Import detail#
from ansys.dpf.core.unit_system import UnitSystem
Property detail#
- property UnitSystem.ID: int#
Return ID of the unit system.
- property UnitSystem.name: str#
Return the name of the unit system.
- property UnitSystem.unit_names: str#
Return unit names making up the unit system.