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);
Содержание EX1000A
Страница 25: ...www vtiinstruments com EX10xxA Introduction 25 FIGURE 1 2 RACKMOUNT HARDWARE INSTALLATION DIAGRAM ...
Страница 27: ...www vtiinstruments com EX10xxA Introduction 27 FIGURE 1 4 ISOMETRIC AND INTERNAL CJC PLATE DIAGRAM ...
Страница 28: ...VTI Instruments Corp 28 EX10xxA Introduction EX1044 DIAGRAM ...
Страница 29: ...www vtiinstruments com EX10xxA Introduction 29 FIGURE 1 5 EX1044 TABLE TOP USAGE ...
Страница 34: ......
Страница 56: ......
Страница 74: ......
Страница 130: ......
Страница 282: ......