Agb1500_Stopmode - Agilent Technologies B1500A User Manual

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

Advertisement

Syntax
Parameters
ViReal64 range[2];
mode[0] = 1;
mode[1] = 1;
range[0] = 0;
range[1] = 0;
ret = agb1500_startMeasure(vi, type, mch, mode, range, 0, 0, 0);
ViInt32 eod;
ViInt32 dtype;
ViReal64 md;
ViInt32 st;
ViInt32 ch;
ret = agb1500_readData(vi, &eod, &dtype, &md, &st, &ch);
printf("I1 = %9.6f mA \n", md * 1000);
ret = agb1500_readData(vi, &eod, &dtype, &md, &st, &ch);
printf("I2 = %9.6f mA \n", md * 1000);

agb1500_stopMode

This function enables or disables the automatic measurement abort function, and
specifies the post measurement output value. This function is available for the
staircase sweep, pulsed sweep, staircase sweep with pulsed bias, multi channel
sweep, CV sweep, and sampling measurements.
The abort function automatically stops measurement if a SMU oscillates, a source
channel reaches its compliance, a measurement value exceeds the specified
measurement range, or the MFCMU causes the NULL loop unbalance condition,
the IV amplifier saturation condition, or the ADC overflow condition.
If measurement ends normally, the source applies the value specified by the
last_mode parameter. If measurement ends by the automatic abort function, the
agb1500_abortMeasure function, the AB command, or power compliance, the
source applies the start or base value regardless of the last_mode setting.
After the pulsed sweep measurement, the pulse sweep source applies the pulse base
value regardless of the last_mode setting.
ViStatus _VI_FUNC agb1500_stopMode(ViSession vi, ViInt32 stop,
ViInt32 last_mode);
vi
Instrument handle returned from agb1500_init( ).
stop
Automatic abort function. 0 (disable) or 1 (enable).
last_mode
Output after measurement. 1 (start value or base value) or 2
(stop value or bias value).
Agilent B1500 VXIplug&play Driver User's Guide, Edition 3
/* measurement range */
/* current for 1st measurement channel */
/* current for 2nd measurement channel */
/* auto for 1st measurement channel */
/* auto for 2nd measurement channel */
/* eod */
/* data type */
/* measurement value */
/* measurement status */
/* channel */
Driver Functions
agb1500_stopMode
2-67

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents