Agilent Technologies B1500A Service Manual Page 313

  • Download
  • Add to my manuals
  • Print
  • Page
    / 598
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 312
Agilent B1500A/B1505A Programming Guide, Edition 11 3-135
Programming Examples
Using Programs for 4142B
The program modified to control the B1500:
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
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.
Page view 312
1 2 ... 308 309 310 311 312 313 314 315 316 317 318 ... 597 598

Comments to this Manuals

No comments