add set ID for RTD

This commit is contained in:
2023-03-13 10:31:27 +01:00
parent c99a0701d2
commit d520a0e2f2
3 changed files with 14 additions and 3 deletions

View File

@ -284,7 +284,9 @@ def pack_core_commands(q: DefaultPusQueueHelper, op_code: str):
sid = make_sid(object_id=CORE_CONTROLLER_ID, set_id=SetId.HK)
q.add_pus_tc(generate_one_hk_command(sid))
else:
_LOGGER.warning(f"Unknown operation code {op_code} for core controller commands")
_LOGGER.warning(
f"Unknown operation code {op_code} for core controller commands"
)
def reset_specific_boot_counter(q: DefaultPusQueueHelper, chip: int, copy: int):