Skip to content

Commit

Permalink
OSC.SCOPESIGNALS.BUG: fix BO fill pattern channel
Browse files Browse the repository at this point in the history
  • Loading branch information
vellosok75 committed Jan 30, 2025
1 parent d0dfdc9 commit c482865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siriuspy/siriuspy/oscilloscope/scopes.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ScopeSignals:
"""Mapping of physical signals to scope channels."""

SI_FILL_PATTERN = (Scopes.AS_DI_FPMDIG, 5025, 'CHAN1')
BO_FILL_PATTERN = (Scopes.AS_DI_FPMDIG, 5025, 'CHAN2')
BO_FILL_PATTERN = (Scopes.AS_DI_FPMDIG, 5025, 'CHAN4')
TS_EJESEPTG_PULSE = (Scopes.TS_PU_OSC_EJEBO, 5025, 'CHAN1')
TS_EJESEPTF_PULSE = (Scopes.TS_PU_OSC_EJEBO, 5025, 'CHAN2')
BO_EJEKCKR_PULSE = (Scopes.TS_PU_OSC_EJEBO, 5025, 'CHAN3')
Expand Down

0 comments on commit c482865

Please sign in to comment.