value property

value property

Gets or sets the numerical value of the measurement. Value must be greater than 0.

Definition:

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

See Also