VTI Instruments Corp.
202
EX10xxA/RX1032/EX1044 Function Calls
vtex10xxA_init
F
UNCTION
P
ROTOTYPE
ViStatus vtex10xxA_init(ViRsrc
resourceName
, ViBoolean
IDQuery
, ViBoolean
resetDevice
,ViPSession
vi
);
F
UNCTION
P
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
ATA
I
TEM
R
ESET
V
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
“TCPIP::192.168.0.127::INSTR”
ViSession vi;
// open a session to EX10xxA at IP address 192.168.0.127
vtex10xxA_init(INSTR_RESRC_STR, 1, 1, &vi);
Summary of Contents for EX1000A
Page 28: ...VTI Instruments Corp 28 EX10xxA Introduction EX1044 DIAGRAM ...
Page 29: ...www vtiinstruments com EX10xxA Introduction 29 FIGURE 1 5 EX1044 TABLE TOP USAGE ...
Page 34: ......
Page 56: ......
Page 74: ......
Page 130: ......
Page 282: ......