Hi
I'm trying to use lab window to control my HP4156c by using the HP415XA
driver available through NI. I wasn't sure if this driver support
only the A/B models and therefore giving me GPIB error below.
Whenever I call the hp415xa_init function, it will return GPIB error.
hp415xa_init(
17,1,1,1,&ID);
Here are the NI spy capture for reference, which always set the primary address to 4095 instead of
17 for my 4156c??
ibdev(0,
4095,0(0x0), T10s(13),1,0x0000)
Thanks in advance!