Bases: pyds.Numeric
Represents a PDS integer value.
value (int)
Value of the integer.
units (None or Units)
The units associated with the integer.
TypeError
If units is not None and units is not an instance of Units.
Value of the integer. Instance of int. Read-only.
Units associated with the integer. None or a Units 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().