get_units#

Emit.get_units(unit_type='')[source]#

Get units for the EMIT design.

Parameters:
unit_typestr, optional

System of units: options are power, frequency, length, time, voltage, data rate, or resistance. The default is None which uses the units specified globally for the project.

Returns:
Str or Dict

If unit_type is specified returns the units for that type and if unit_type=””, returns a Dict of all units.