User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
Using Join to Read from Tables
The VBS query Join can be used to read table value arrays into a comma-delimited list of values. For
example, sending the following command from the terminal in WaveStudio returns a list of all the specified
values for the measurement parameter P2:
VBS? 'return=join(app.Measure.P2.Out.Result.ValueArray(-1,0,1), chr(44))
2-38