GPIB的CAPL样品(VISA / E3648A型)?

时间:2018-09-10 13:04:28

标签: capl gpib

今天,我创建了E3648A控件类型GPIB。 但是我的代码无法正常工作。

我尝试Devonline。 返回值为0x01xx。

已发送输出命令。 但这不起作用。

我想看看示例或示例。 帮帮我

long status;

char command[49];

status = GPIBDevOnline (Device_ID,0);

//status = 0x128;

command[0] = 0xxx;

... command[48] = 0x0a;

GPIBWriteStr (Device_ID,command);

`

1 个答案:

答案 0 :(得分:0)

文件选项卡->示例配置-> IO HIL->通用Inter Bus 或搜索GPIB.cfg