There was an error while loading. Please reload this page.
1 parent f57e71c commit 53fdc1eCopy full SHA for 53fdc1e
1 file changed
src/extra/components/pulses.py
@@ -659,7 +659,7 @@ class TimeserverPulses(PulsePattern):
659
# Timeserver class ID and regular expressions.
660
_timeserver_class = 'TimeServer'
661
_timeserver_control_re = re.compile(
662
- r'^\w{3}_(BR|RR)_(UTC|SYS)\/TSYS\/TIMESERVER$')
+ r'^\w{3}_(BR|RR)_(UTC|SYS)\/TSYS\/(TIMESERVER|X2TIMER\d)$')
663
_timeserver_pipeline_re = re.compile(r'^{}:outputBunchPattern'.format(
664
_timeserver_control_re.pattern[:-1]))
665
0 commit comments