Bases: pyds.Numeric
Represents a PDS real value.
value (float)
Value of the real number.
units (none or Units)
Units associated with the real number.
TypeError
If units is not None and units is not an instance of Units.
Value of the real number. A float instance. Read-only.
Units associated with the real number. A str: instance. Read-only.
Special Methods
Return value as an int.
Return value as a float.
Return a PDS serialized string (str) representing the object.
Called by str().