Agb1500_Execloadcorr - Agilent Technologies B1500A User Manual

Semiconductor device analyzer
Hide thumbs Also See for B1500A:
Table of Contents

Advertisement

Syntax
Parameters
Driver Functions

agb1500_execLoadCorr

channel
Slot number of the slot that installs the MFCMU to be used. See
Table 2-2. channel=-1 detects the slot automatically.
result
Execution result of this function. Returned value.
0: Passed. No failure detected.
1: Failed.
2: Aborted.
agb1500_execLoadCorr
This function performs the CMU load correction for the specified measurement
frequency, and sets the correction data to the B1500. This function also returns the
execution results. This function initializes the MFCMU.
To execute this function, connect the load standard that has the reference value or
calibration value. And enter the values to the primary and secondary parameters to
set the reference value to the B1500.
The agb1500_forceCmuAcLevel function must be executed before this function.
ViStatus _VI_FUNC agb1500_execLoadCorr(ViSession vi, ViInt32 channel,
ViReal64 freq, ViInt32 mode, ViReal64 primary, ViReal64 secondary,
ViPInt16 result);
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.
freq
Frequency (in Hz). 1000 (1 kHz, initial setting) to 5000000
(5 MHz). Setting resolution: 1 mHz (1 kHz to), 10 mHz
(10 kHz to), 0.1 Hz (100 kHz to), or 1 Hz (1 MHz to 5 MHz).
mode
MFCMU measurement parameters. This value must be 400 at
this time.
primary
Reference value of the standard. The value must be the value
for the primary parameter (ex: R in the R-X measurement
mode). Numeric expression.
secondary
Reference value of the standard. The value must be the value
for the secondary parameter (ex: X in the R-X measurement
mode). Numeric expression.
result
Execution result of this function. Returned value.
2-26
Agilent B1500 VXIplug&play Driver User's Guide, Edition 3

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents