Skip to content

Commit

Permalink
Merge pull request #297 from lnls-sirius/fix-timing
Browse files Browse the repository at this point in the history
Fix sintax of high-level-triggers.py
  • Loading branch information
fernandohds564 committed Jul 28, 2023
2 parents 2c2d50c + 6cafe07 commit d92cd0e
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 d92cd0e

Please sign in to comment.