Bases: builtins.object
Represents a PDS units expression.
expression (str)
An expression specifying the units.
validate (True or False)
Whether expression should be checked to see if it’s a valid units expression.
ValueError
If validate is True and expression is not valid.
Units expression. A str instance. Read-only.
Special Methods
Return a PDS serialized string (str) representing the object.
Called by str().