From 2d08fc0bfa087484abb75ac1bf3423d92d650e1b Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 12 Sep 2023 13:47:27 +0200 Subject: [PATCH] that appears to be all --- eive_tmtc/tmtc/tcs/ctrl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eive_tmtc/tmtc/tcs/ctrl.py b/eive_tmtc/tmtc/tcs/ctrl.py index 17a1131..4894059 100644 --- a/eive_tmtc/tmtc/tcs/ctrl.py +++ b/eive_tmtc/tmtc/tcs/ctrl.py @@ -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: