get_value method

get_value

Gets the unit value.

Returns

The object value.

def get_value(self):
    ...

get_value

Gets the value converted to the specified UnitType.

Returns

Returns value that is converted to specified type.

def get_value(self, unit_type):
    ...
ParameterTypeDescription
unit_typeUnitTypeType of the unit.

Exceptions

ExceptionDescription
ArgumentNullExceptionunitType

See Also