Hi,everybody
I have a question ,when I use CVI to programme with Agilent ESG(E4421B) through GPIB,there always be a error
called "menomic too long"
The code see below:
"
char write_buffer[]="SG_SetFrequency (0, 900)";
device = ibdev (0, 7, NO_SAD, T10s, 1, 0);
ibwrt (device, write_buffer, strlen(write_buffer));
"
Thx!