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#

ID

Return ID of the unit system.

name

Return the name of the unit system.

unit_names

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.