Numeric Input/Output Utility Functions
Bases: property
Emulate PyProperty_Type() in Objects/descrobject.c
Descriptor to obtain a copy of the property with a different getter.
Descriptor to obtain a copy of the property with a different setter.
Descriptor to obtain a copy of the property with a different deleter.
Bases: object
Container of Object Property information.
Name of attribute.
Read permission flag, default is True.
Write permission flag, default is False.
Check permission flag, default is False.
Display name of attribute, default is name.
SI scale unit prefix, default is “ “.
number of significant digits, default is 3.
SI unit, default is “” (unitless).
peak/average signal value, default is PkAvg.PK.
complex number format, default is Format.RE_IM.
incremental step, default is 1.
minimum limit, default is 0.
maximum limit, default is 1e100.
absolute numerical tolerance, default is sys.float_info.epsilon.
absolute numerical tolerance, default is sys.float_info.epsilon.
See also
Bases: OrderedDict
OrderedDict of Object Property information.
See also
Converts a complex number in scientific mode (shortest representation) to a string representation
Converts a string representation to a complex number in scientific notation (shortest representation)