今天我创建了 E3648A 控制类型 GPIB。但是我的代码不能正常工作。
我试试德文在线。返回值为 0x01xx。
发送的输出命令。但它不起作用。
我想看一个样本或例子。帮我
long status;
char command[49];
status = GPIBDevOnline (Device_ID,0);
//status = 0x128;
command[0] = 0xxx;
...
command[48] = 0x0a;
GPIBWriteStr (Device_ID,command);
`