Hello,
I try to communicate with SCPI commands to an instrument.
I've done a visa command to send it instruction.
The instrument is composed with 4 slots, and the slot 1-0 had 4 channel
So with the following VI, I succed to communicate with the instrument with sending the following instruction " lins10:READCALar
OW
C?"
The instrument returns me the value of the slot 1-0 Channel 1
ti read the other channel (C1 to C4), i've try to send: différents commands:
lins10OURce C1:READ
CALar
OW
C
lins10ENSe C1:READ
CALar
OW
C
lins10:FETCh C1:READCALar
OW
C
lins10:INPut C1:READCALar
OW
C
with différents name: C1; Channel1 ; 1 etc...
so someone should tell me how can I do , or the good command to use please.
Thank you for your responses