set_cmd_units -power

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2022-04-03 20:57:15 -07:00
parent bfb849d3d7
commit 65cf0c67da
1 changed files with 1 additions and 0 deletions

View File

@ -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 } {