set_cmd_units -power
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
bfb849d3d7
commit
65cf0c67da
|
|
@ -226,6 +226,7 @@ proc set_units { args } {
|
|||
check_unit "current" -current "A" keys
|
||||
check_unit "power" -power "W" keys
|
||||
check_unit "distance" -distance "m" keys
|
||||
check_unit "power" -power "w" keys
|
||||
}
|
||||
|
||||
proc check_unit { unit key unit_name key_var } {
|
||||
|
|
|
|||
Loading…
Reference in New Issue