There was an error while loading. Please reload this page.
2 parents 4ff70f4 + 53fdc1e commit 66b899fCopy full SHA for 66b899f
1 file changed
src/extra/components/pulses.py
@@ -724,7 +724,7 @@ class TimeserverPulses(PulsePattern):
724
# Timeserver class ID and regular expressions.
725
_timeserver_class = 'TimeServer'
726
_timeserver_control_re = re.compile(
727
- r'^\w{3}_(BR|RR)_(UTC|SYS)\/TSYS\/TIMESERVER$')
+ r'^\w{3}_(BR|RR)_(UTC|SYS)\/TSYS\/(TIMESERVER|X2TIMER\d)$')
728
_timeserver_pipeline_re = re.compile(r'^{}:outputBunchPattern'.format(
729
_timeserver_control_re.pattern[:-1]))
730
0 commit comments