Agilent E5250A User’s Guide, Edition 11
8-13
VXIplug&play Driver
Driver Functions
hpe5250a_cmdData_Q
This function passes the cmd_str string to the instrument. This entry point will wait
for a response which may be any data. You specify the cmd_str and size parameters,
and get result[ ].
Syntax
ViStatus _VI_FUNC hpe5250a_cmdData_Q(ViSession vi, ViString cmd_str,
ViInt32 size, ViChar _VI_FAR result[ ] );
Parameters
vi
Instrument handle returned from hpe5250a_init( ).
cmd_str
Instrument command (cannot exceed 256 bytes in length).
size
Length of result in bytes. 2 to 32767.
result[ ]
Response from instrument.
hpe5250a_cmdInt
This function passes the cmd_str string to the instrument. This entry point passes
the string in cmd_str followed by a space and then the integer in value. Note that
either an Int16 or 32 can be passed as the Int16 will be promoted.
Syntax
ViStatus _VI_FUNC hpe5250a_cmdInt(ViSession vi, ViString cmd_str,
ViInt32 value);
Parameters
vi
Instrument handle returned from hpe5250a_init( ).
cmd_str
Instrument command (cannot exceed 256 bytes in length).
value
Parameter for command. -2147483647 to 2147483647.
Summary of Contents for Agilent E5250A
Page 1: ...Agilent Technologies Agilent E5250A Low Leakage Switch Mainframe User s Guide ...
Page 10: ......
Page 16: ...Contents 6 Agilent E5250A User s Guide Edition 11 Contents 12 SCPI Command Summary ...
Page 17: ...1 Introduction ...
Page 32: ...1 16 Agilent E5250A User s Guide Edition 11 Introduction Options and Accessories ...
Page 33: ...2 Installation ...
Page 51: ...3 Executing Self Test and Leak Test ...
Page 71: ...4 Setting up Measurement Environment ...
Page 95: ...5 Controlling the E5250A ...
Page 137: ...6 Programming the E5250A ...
Page 169: ...7 Command Reference ...
Page 224: ...7 56 Agilent E5250A User s Guide Edition 11 Command Reference Output Queue ...
Page 225: ...8 VXIplug play Driver ...
Page 256: ...8 32 Agilent E5250A User s Guide Edition 11 VXIplug play Driver Driver Functions ...
Page 257: ...9 Executing Sample Programs ...
Page 295: ...10 Specifications ...
Page 305: ...11 Error Messages ...
Page 318: ...11 14 Agilent E5250A User s Guide Edition 11 Error Messages E5250A Specific Error Messages ...
Page 319: ...12 SCPI Command Summary ...