This commit is contained in:
@ -78,12 +78,13 @@ def pack_pdec_handler_commands(
|
||||
pw = int(input("Specify positive window to set: "))
|
||||
q.add_pus_tc(
|
||||
create_load_param_cmd(
|
||||
create_scalar_u8_parameter(
|
||||
parameter=create_scalar_u8_parameter(
|
||||
object_id,
|
||||
0,
|
||||
ParameterId.POSITIVE_WINDOW,
|
||||
pw,
|
||||
)
|
||||
),
|
||||
apid=0,
|
||||
)
|
||||
)
|
||||
if cmd_str == OpCode.NEGATIVE_WINDOW:
|
||||
@ -91,12 +92,13 @@ def pack_pdec_handler_commands(
|
||||
nw = int(input("Specify negative window to set: "))
|
||||
q.add_pus_tc(
|
||||
create_load_param_cmd(
|
||||
create_scalar_u8_parameter(
|
||||
parameter=create_scalar_u8_parameter(
|
||||
object_id,
|
||||
0,
|
||||
ParameterId.NEGATIVE_WINDOW,
|
||||
nw,
|
||||
)
|
||||
),
|
||||
apid=0,
|
||||
)
|
||||
)
|
||||
if cmd_str == OpCode.RESET_NO_INIT:
|
||||
|
Reference in New Issue
Block a user