Agilent B1500 VXIplug&play Driver User’s Guide, Edition 3 2-19
Driver Functions
agb1500_clearCorrData
agb1500_clearCorrData
This function clears the CMU open/short/load correction data.
Syntax ViStatus _VI_FUNC agb1500_clearCorrData(ViSession vi, ViInt32 channel,
ViInt32 mode);
Parameters vi Instrument handle returned from agb1500_init( ).
channel Slot number of the slot that installs the MFCMU to be used. See
Table 2-2. channel=-1 detects the slot automatically.
mode 0: Resets frequency settings after clearing the correction data.
1: Keeps the settings after clearing the correction data.
If mode=0, the default measurement frequencies are set to the
CMU. The default frequencies are 1 k, 2 k, 5 k, 10 k, 20 k, 50 k,
100 k, 200 k, 500 k, 1 M, 2 M, and 5 MHz.
agb1500_clearSampleSync
This function clears the channel setup defined by the agb1500_addSampleSyncIv
function.
Syntax ViStatus _VI_FUNC agb1500_clearSampleSync(ViSession vi);
Parameters vi Instrument handle returned from agb1500_init( ).
agb1500_close
This function terminates the software connection to the instrument and deallocates
system resources. It is generally a good programming habit to close the instrument
handle when the program is done using the instrument.
Syntax ViStatus _VI_FUNC agb1500_close(ViSession vi);
Parameters vi Instrument handle returned from agb1500_init( ).