Skip to content

Commit

Permalink
TIM.BUG: Fix sintax of high-level-triggers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandohds564 committed Jul 28, 2023
1 parent 2c2d50c commit 6cafe07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions timesys/high-level-triggers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,7 @@
},
'SI-Fam:TI-BPM-OrbIntlk': {
'database': {
'Src': {'enums': tuple()},
'Src': {'enums': ()},
'Delay': {'value': 0.0},
'RFDelayType': {'value': 1, 'states': (2, 0)},
'NrPulses': {'value': 1},
Expand Down Expand Up @@ -1872,7 +1872,7 @@
},
'AS-Fam:TI-BPM-MonitClk': {
'database': {
'Src': {'enums': tuple()},
'Src': {'enums': ()},
'Delay': {'value': 0.0},
'RFDelayType': {'value': 1, 'states': (2, 0)},
'NrPulses': {'value': 1},
Expand Down

0 comments on commit 6cafe07

Please sign in to comment.