VTI Instruments Corp.
F
P
UNCTION
ROTOTYPE
ViStatus vtex10xxA_init(ViRsrc resourceName, ViBoolean IDQuery, ViBoolean resetDevice,ViPSession vi);
F
P
UNCTION
ARAMETERS
resourceName = the VISA resource string. It has the form of "TCPIP::<W.X.Y.Z>::INSTR", where W.X.Y.Z
represents the IP address to which to connect.
IDQuery = a Boolean value indicating whether to perform confirmation that the connected instrument is an
EX10xxA.
resetDevice = a Boolean value indicating whether to reset the instrument upon connecting.
vi = the session handle (ID), unique to each connection instance.
D
I
R
V
ATA
TEM
ESET
ALUE
Not applicable to this function.
D
ESCRIPTION
This function opens an instrument programming session. This function must be successfully performed in order to
communicate with the EX10xxA. Sessions to multiple instruments can be opened within the same application, each
uniquely identified by their session handle.
E
XAMPLE
#include <vtex10xxA.h>
#define
INSTR_RESRC_STR
ViSession vi;
// open a session to EX10xxA at IP address 192.168.0.127
vtex10xxA_init(INSTR_RESRC_STR, 1, 1, &vi);
202
vtex10xxA_init
"TCPIP::192.168.0.127::INSTR"
EX10xxA/RX1032/EX1044 Function Calls
Need help?
Do you have a question about the EX1000A and is the answer not in the manual?