get_units#
- Emit.get_units(unit_type='')#
Get units for the EMIT design.
- Parameters:
- unit_type
str,optional System of units: options are power, frequency, length, time, voltage, data rate, or resistance. The default is
Nonewhich uses the units specified globally for the project.
- unit_type
- Returns:
StrorDictIf unit_type is specified returns the units for that type and if unit_type=””, returns a Dict of all units.