unit_system# property Quantity.unit_system: str# Value unit system. Returns: str Examples >>> from ansys.aedt.core.generic.numbers_utils import Quantity >>> Quantity("10mm").unit_system 'Length'