Open eoner opened 3 years ago
Parser fails for command strings such as SYSTem:CALCulate1:DATA?
SYSTem:CALCulate1:DATA?
Changing the COMMAND regular expression to include numeric characters somewhat fixes the issue but parsing of the short form (SYSTem:CALC1:DATA?) still fails.
(SYSTem:CALC1:DATA?)
Parser fails for command strings such as
SYSTem:CALCulate1:DATA?
Changing the COMMAND regular expression to include numeric characters somewhat fixes the issue but parsing of the short form
(SYSTem:CALC1:DATA?)
still fails.