value property

value property

The numerical value of the measurement.

Must be greater than 0.

Definition:

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

See Also