Skip to content

Commit

Permalink
Set rounds for decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Ristè committed Mar 13, 2018
1 parent a3b19ff commit 1cea9cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion QGL/drivers/APS2Pattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
# custom OP_CODES
TDM_MAJORITY_VOTE = 0
TDM_MAJORITY_VOTE_SET_MASK = 1
TDM_TSM_SET_ROUNDS = 2
TDM_TSM = 3

APS_RAND = 0
APS_CLIFFORD_RAND = 1
Expand All @@ -89,7 +91,7 @@
APS_CUSTOM_DECODE = ["APS_RAND", "APS_CLIFFORD_RAND","APS_CLIFFORD_SET_SEED" ,"APS_CLIFFORD_SET_OFFSET"
, "APS_CLIFFORD_SET_SPACING"]

TDM_CUSTOM_DECODE = ["TDM_MAJORITY_VOTE", "TDM_MAJORITY_VOTE_SET_MASK"]
TDM_CUSTOM_DECODE = ["TDM_MAJORITY_VOTE", "TDM_MAJORITY_VOTE_SET_MASK", "TDM_TSM_SET_ROUNDS", "TDM_TSM"]

# Whether we use PHASE_OFFSET modulation commands or bake it into waveform
# Default to false as we usually don't have many variants
Expand Down

0 comments on commit 1cea9cd

Please sign in to comment.