function "listen_to_hk_for_x_seconds" might be deleted

This commit is contained in:
Markus Kranz 2022-05-24 17:03:32 +02:00
parent 931cbe26e6
commit 66c3942afb

View File

@ -259,6 +259,7 @@ def pack_proc_commands(tc_queue: TcQueueT, op_code: str):
pack_acs_command(tc_queue=tc_queue, op_code="acs-off")
"""
def listen_to_hk_for_x_seconds(
tc_queue: TcQueueT,
diag: bool,
@ -281,6 +282,7 @@ def listen_to_hk_for_x_seconds(
tc_queue.appendleft(
disable_periodic_hk_command(diag=diag, sid=sid, ssc=0).pack_command_tuple()
)
"""
def enable_listen_to_hk_for_x_seconds(