Running the following Matlab code:
Visa6541Address = 'PXI17::14::INSTR';
vv=visa('ni',Visa6541Address)
fopen(vv)
reg1 = memread(vv,0,'uint16','PXICFG',3)
fclose(vv)
Results in reg1 = 4243, 28887,6
Where is there a reference to tell me what these number mean please?
Thanks for any suggestions you can offer!