Question
I would like to connect a EUT monitoring device. Unfortunately, the measurement device needs to get each time two commands:
initiate:single (this make start of measurement)
measurement1:level? (on this query it return value of level at CH1)
We did not find a solution at Generic Monitoring driver, as there is just only one command possible to send at each testing step. It means if we set "initiate:single" in Device programming tab, and "measurement1:level?" in Measurement Queries tab, then the measurement is done once, and at each next step we are getting the same value.
We need to be able to send both command one by one. Is it somehow possible?