This commit is contained in:
parent
3d27711abb
commit
14820d63ac
@ -20,7 +20,6 @@ from tmtccmd.tc.pus_3_fsfw_hk import (
|
|||||||
make_sid,
|
make_sid,
|
||||||
enable_periodic_hk_command_with_interval,
|
enable_periodic_hk_command_with_interval,
|
||||||
disable_periodic_hk_command,
|
disable_periodic_hk_command,
|
||||||
create_request_one_diag_command,
|
|
||||||
)
|
)
|
||||||
from tmtccmd.fsfw.tmtc_printer import FsfwTmTcPrinter
|
from tmtccmd.fsfw.tmtc_printer import FsfwTmTcPrinter
|
||||||
|
|
||||||
@ -157,7 +156,7 @@ def pack_acs_ctrl_command(p: ServiceProviderParams):
|
|||||||
def set_pwr_ctrl_param(q: DefaultPusQueueHelper):
|
def set_pwr_ctrl_param(q: DefaultPusQueueHelper):
|
||||||
for val in ParamId:
|
for val in ParamId:
|
||||||
print("{:<2}: {:<20}".format(val, val.name))
|
print("{:<2}: {:<20}".format(val, val.name))
|
||||||
param = int(input(f"Specify parameter to set \n" f""))
|
param = int(input("Specify parameter to set \n" ""))
|
||||||
match param:
|
match param:
|
||||||
case ParamId.BATTERY_INTERNAL_RESISTANCE:
|
case ParamId.BATTERY_INTERNAL_RESISTANCE:
|
||||||
value = float(input("Specify parameter value to set [Ohm]: "))
|
value = float(input("Specify parameter value to set [Ohm]: "))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user