custom_unit property

custom_unit property

Specifies a custom value for the display unit.

Definition:

@property
def custom_unit(self):
    ...
@custom_unit.setter
def custom_unit(self, value):
    ...

See Also