get_units#
- Emit.get_units(unit_type='')[source]#
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
None
which uses the units specified globally for the project.
- unit_type
- Returns:
Str
orDict
If unit_type is specified returns the units for that type and if unit_type=””, returns a Dict of all units.