首页 > 代码库 > GPIB名词释义

GPIB名词释义

先花点时间理解一下一下英文的准确含义。

request 表示“有礼貌的请求;正式的请求”,是下对上的要求;

require表示order, demand, 是“命令,要求”之意,指上对下的要求

 

1.board

board既可以指理解为Tester端的gpib board,也可以理解为Handler端的gpib board。GPIB Interface Board指支持GPIB Interface的电路板,不一定是Controler-In-Charge。比如装有GPIB Interface Board的handler可以request service from tester(CIC)。怎么样理解handler向tester请求service呢? handler把IC排列好请求tester提供测试服务:)。

 

2.board handledevice handle

在application运行所在host里面的board为board handle, 在此host外面与其连接的device为device handle。

ibdev返回的handle为device handle;

ibfind返回的handle既可以是board handle,也可以是device handle, 但通常为board handler。如需获得device handle,建议使用ibdev;

 

GPIB名词释义