Hi,I have a question for you :),tks firstly.
I wanna send multiple commands to our instrument via GPIB using CVI,so it can promote the speed!
Just a example see below:
fp=ibdev(...);
ibwrt(fp,command_1,stren(command_1));
ibwrt(fp,command_2,stren(command_2));
ibwrt(fp,command_3,stren(command_3));
It is a boring way,so I want a array or function to complete it by one sentence ibwrt().
How to ?
Tks very much!