Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Does the NI-Device Plus advanced example parser support command hierarchy?

I'd like to take advantage of the parser in the example, but I need to support hierarchy of commands separated by colons in SCPI style. For example in the string ":SYST:INIT; HEAD" it should recognize the second command as ":SYST:HEAD". I need it also to support long and short versions of the commands. I cannot find these features in the code or documentation, did I miss something?
0 Kudos
Message 1 of 2
(3,241 Views)
The parser is just an example parser. It can be (semi) easily modified to add this support, but it is not a part of the parsing code.
0 Kudos
Message 2 of 2
(3,214 Views)