value property

value property

The value as a floating point value, in user units. Setting this attribute will cause valueInSpecifiedUnits and valueAsString to be updated automatically to reflect this setting.

Definition:

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

See Also