2-68 Agilent 4155C/4156C VXIplug&play Driver User’s Guide, Edition 4
Driver Function Reference
hpe5250a_reset
hpe5250a_reset
This function places the instrument in a default state. Before issuing this function, it
may be necessary to send a device clear to ensure that the instrument can execute a
reset. A device clear can be issued by invoking hpe5250a_dcl function.
Syntax
ViStatus _VI_FUNC hpe5250a_reset(ViSession vi);
Parameters
vi
Instrument handle returned from hpe5250a_init( ).
hpe5250a_revision_query
This function returns the driver revision and the instrument firmware revision.
Syntax
ViStatus _VI_FUNC hpe5250a_revision_query(ViSession vi,
ViChar_VI_FAR driver_rev[ ], ViChar _VI_FAR instr_rev[ ]);
Parameters
vi
Instrument handle returned from hpe5250a_init( ).
driver_rev[ ]
Instrument driver revision. This is limited to 256 characters.
instr_rev[ ]
Instrument firmware revision. This is limited to 256 characters.
hpe5250a_selectCompenFile
This function specifies capacitance/conductance compensation data file used to
compensate C/G by using hpe5250a_compenC.
Syntax
ViStatus _VI_FUNC hpe5250a_selectCompenFile(ViSession vi,
ViString file_name);
Parameters
vi
Instrument handle returned from hpe5250a_init( ).
file_name
Compensation data file name. Use absolute path. If the value is
NULL string, the default data is used.
Remarks
If you change the compensation data, copy the default data shown below, and
modify the data for your measurement cable. You will need to change the data for
DATA05 and 06, and/or DATA07 and 08 corresponding to your cables. To measure
and change the compensation data, refer to Agilent E5250A
User’s Guide
. To get
Содержание 4155C
Страница 3: ......
Страница 13: ...1 Installation...
Страница 18: ...1 6 Agilent 4155C 4156C VXIplug play Driver User s Guide Edition 4 Installation Installing VXIplug play Driver...
Страница 19: ...2 Driver Function Reference...
Страница 89: ...3 Programming Examples for Visual Basic Users...
Страница 147: ...4 Programming Examples for Visual Basic NET Users...
Страница 183: ...5 Programming Examples for C Users...
Страница 225: ...6 Programming Examples for VEE Users...
Страница 271: ...7 Sample Application Programs Using VEE...