Keysight E5260/E5270 Programming Guide, Edition 4
3- 73
Programming Examples
Using Programs for 4142B
The program modified to control the E5260/E5270:
10 ASSIGN @Hp4142 TO 717 !<<<<
20 INTEGER G_ch,D_ch,S_ch
21 INTEGER Sub !<<<<
30 !
40 ! !Source: GNDU
50 G_ch=2 !Gate: HPSMU (SLOT2)
60 D_ch=3 !Drain: MPSMU (SLOT3)
70 S_ch=4 !Substrate: MPSMU (SLOT4)
80 !
81 Sub=5 !<<<<
82 OUTPUT @Hp4142;"ACH";Sub,S_ch !<<<<
83 OUTPUT @Hp4142;"*OPC?" !<<<<
84 ENTER @Hp4142;A !<<<<
85 !
90 OUTPUT @Hp4142;"FMT5"
100 OUTPUT @Hp4142;"CN";D_ch,G_ch,S_ch
110 OUTPUT @Hp4142;"DV";S_ch;",0,0,.1"
120 OUTPUT @Hp4142;"DV";G_ch;",0,3,.01"
130 OUTPUT @Hp4142;"DV";D_ch;",0,5,.1"
140 OUTPUT @Hp4142;"TI";D_ch;",0"
150 ENTER @Hp4142 USING "#,3X,12D,X";Mdata
160 PRINT "Id(A)=";Mdata
170 OUTPUT @Hp4142;"CL"
180 END
90
Specifies the data output format.
100 to 130
Enables the source/measurement channels, and forces voltage.
140 to 180
Executes the measurement, reads and displays the measurement
data, and disables channels.
Line No.
Note
10
Change GPIB address, if necessary.
21, 81
Add program lines if the module configuration is different from the
4142B. This example adds the variable Sub, and uses the SMU in
slot 5 instead of slot 4 for substrate.
82 to 84
Add program line to set the channel map. This example transfers the
Sub value to the variable S_ch used in the original program.
Line No.
Description
Summary of Contents for E5260 Series
Page 1: ...Keysight Technologies E5260 E5270 Series of Parametric Measurement Solutions Programming Guide...
Page 3: ...User s Guide B2900 9001x xxxx 201x Edition x...
Page 13: ...1 Programming Basics...
Page 63: ...2 Remote Mode Functions...
Page 108: ...2 46 Keysight E5260 E5270 Programming Guide Edition 4 Remote Mode Functions Initial Settings...
Page 109: ...3 Programming Examples...
Page 185: ...4 Command Reference...
Page 335: ...5 Error Messages...
Page 349: ......