From 5a0feff2847e033ad65b5d1619c398869ead5fd4 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 20 Jan 2023 13:55:13 +0100 Subject: [PATCH] add missing cmds --- eive_tmtc/pus_tc/system/proc.py | 2 +- eive_tmtc/tmtc/solar_array_deployment.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/eive_tmtc/pus_tc/system/proc.py b/eive_tmtc/pus_tc/system/proc.py index f30f277..dc889a7 100644 --- a/eive_tmtc/pus_tc/system/proc.py +++ b/eive_tmtc/pus_tc/system/proc.py @@ -17,7 +17,7 @@ from tmtccmd.pus.s11_tc_sched import ( from tmtccmd.tc.pus_3_fsfw_hk import * import eive_tmtc.config.object_ids as oids -from eive_tmtc.tmtc.tcs import OpCode as TcsOpCodes, pack_tcs_sys_commands +from eive_tmtc.tmtc.tcs import OpCodeAssy as TcsOpCodes, pack_tcs_sys_commands from eive_tmtc.pus_tc.devs.bpx_batt import BpxSetId from eive_tmtc.tmtc.core import SetId as CoreSetIds from eive_tmtc.tmtc.power.common_power import SetId as GsSetIds diff --git a/eive_tmtc/tmtc/solar_array_deployment.py b/eive_tmtc/tmtc/solar_array_deployment.py index f713e29..f4ad527 100644 --- a/eive_tmtc/tmtc/solar_array_deployment.py +++ b/eive_tmtc/tmtc/solar_array_deployment.py @@ -43,6 +43,8 @@ class ActionId: def add_sa_depl_cmds(defs: TmtcDefinitionWrapper): oce = OpCodeEntry() oce.add(keys=OpCode.MANUAL_DEPLOYMENT, info=Info.MANUAL_DEPLOYMENT) + oce.add(keys=OpCode.BURN_SA_0_ONLY, info=Info.BURN_SA_0_ONLY) + oce.add(keys=OpCode.BURN_SA_1_ONLY, info=Info.BURN_SA_1_ONLY) defs.add_service( name=CustomServiceList.SA_DEPLYOMENT, info="Solar Array Deployment",