Quantcast
Channel: Instrument Control (GPIB, Serial, VISA, IVI) topics
Viewing all articles
Browse latest Browse all 5565

PXI-VISA-MATLAB

$
0
0

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!


Viewing all articles
Browse latest Browse all 5565

Trending Articles