value_as_string property

value_as_string property

The value as a string value, in the units expressed by unitType. Setting this attribute will cause value, valueInSpecifiedUnits and unitType to be updated automatically to reflect this setting.

Definition:

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

See Also