EasyManua.ls Logo

Agilent Technologies 4156C User Manual

Agilent Technologies 4156C
312 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #224 background imageLoading...
Page #224 background image
5-42 Agilent 4155C/4156C VXIplug&play Driver User’s Guide, Edition 4
Programming Examples for C++ Users
Stress Force
Measurement
Result Example
Data before stress:
T1 current = 11.09860 [mA], Status = 0
T2 current = 10.75880 [mA], Status = 0
Stress force in progress: 2.0 [V], 5.0 [sec]
Data after stress:
T1 current = 11.10200 [mA], Status = 0
T2 current = 10.76220 [mA], Status = 0
ret = hp4156b_force(vi, t1, hp4156b_VF_MODE, range, bias, icomp, 0); /* 56 */
ret = hp4156b_force(vi, t2, hp4156b_VF_MODE, range, bias, icomp, 0);
ret = hp4156b_spotMeas(vi,t1, hp4156b_IM_MODE, range, &md[0], &st[0]);
ret = hp4156b_spotMeas(vi,t2, hp4156b_IM_MODE, range, &md[1], &st[1]);
ret = hp4156b_zeroOutput(vi, hp4156b_CH_ALL);
check_err (vi, ret);
printf("Data after stress:\n"); /* 63 */
printf("T1 current = %8.5f [mA], Status = %d \n", md[0] * 1000, st[0]);
printf("T2 current = %8.5f [mA], Status = %d \n", md[1] * 1000, st[1]);
ret = hp4156b_setSwitch(vi, hp4156b_CH_ALL, 0);
check_err (vi, ret);
}
Line Description
56 to 60 Applies voltage to device, performs spot measurement, and sets the specified port
to the zero output state.
63 to 65 Displays the measurement result data.
67 Disables all ports.
61 and 68 Calls the check_err subprogram (shown in Table 5-1) to check if an error status is
returned for the previous line.
69 End of the perform_meas subprogram.

Table of Contents

Other manuals for Agilent Technologies 4156C

Question and Answer IconNeed help?

Do you have a question about the Agilent Technologies 4156C and is the answer not in the manual?

Agilent Technologies 4156C Specifications

General IconGeneral
BrandAgilent Technologies
Model4156C
CategoryMeasuring Instruments
LanguageEnglish

Summary

1 Installation

System Requirements

Specifies the necessary software and hardware environments for using the VXIplug&play driver.

Installing VXIplug&play Driver

Provides step-by-step instructions for installing the VXIplug&play driver for the instruments.

2 Driver Function Reference

4155/4156 Driver Functions

Details the functions available for controlling the Agilent 4155/4156 VXIplug&play driver.

E5250A Driver Functions

Details the functions available for controlling the Agilent E5250A VXIplug&play driver.

6 Programming Examples for VEE Users

Registrating the Driver on Agilent VEE

Details the process of registering the VXIplug&play driver within the Agilent VEE environment.

Related product manuals