eive-tmtc-bugfixes #236

Merged
muellerr merged 4 commits from eive-tmtc-bugfixes into main 2023-09-12 13:50:27 +02:00
Showing only changes of commit 2d08fc0bfa - Show all commits

View File

@ -13,7 +13,7 @@ from tmtccmd.tc.pus_3_fsfw_hk import (
generate_one_hk_command,
create_request_one_diag_command,
create_enable_periodic_hk_command_with_interval,
create_request_one_hk_command,
create_request_one_hk_command, create_enable_periodic_hk_command_with_interval_with_diag,
)
@ -68,7 +68,7 @@ def pack_tcs_ctrl_commands(q: DefaultPusQueueHelper, op_code: str):
)
if op_code == OpCode.ENABLE_TEMP_SET:
interval_seconds = float(input("Please specify interval in seconds: "))
cmds = create_enable_periodic_hk_command_with_interval(
cmds = create_enable_periodic_hk_command_with_interval_with_diag(
False, make_sid(TCS_CONTROLLER, CtrlSetId.PRIMARY_SENSORS), interval_seconds
)
for cmd in cmds: