Agilent Technologies B1500A Service Manual Page 307

  • Download
  • Add to my manuals
  • Print
  • Page
    / 598
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 306
Agilent B1500A/B1505A Programming Guide, Edition 11 3-129
Programming Examples
Using Trigger Function
320 OUTPUT @B1500;"XE"
330 !
340 !B1500 starts measurement. Then B1500 sends negative gate
350 !trigger to the other instrument.
360 !Then the instrument should start measurement.
370 !
380 FOR I=1 TO Ib_num
390 ENTER @B1500 USING "#,3X,12D,X";Ic
400 PRINT "Ic= ";Ic*1000;" [mA]"
410 !
420 !Measurement data of the other instrument should be read.
430 !And the data should be displayed.
440 !
450 !The instrument must be set to the measurement ready and
460 !trigger wait condition.
470 !
480 !The instrument must send trigger to B1500. B1500 will
490 !start a step source output by the trigger, and perform
500 !a step measurement.
510 !
520 NEXT I
530 !
540 OUTPUT @B1500;"CL"
550 END
Line No. Description
320 Starts sweep measurement, and performs a step measurement.
When the Agilent B1500 starts a step measurement, it sends a
negative gate trigger. Then the other instrument should start
measurement.
390 to 400 Reads the measurement data, and displays the measurement data.
410 to 510 To synchronize the Agilent B1500 operation with the operation of
other instrument, add program lines to do following:
To read and display the data measured by the instrument
To set it to the measurement ready and trigger wait condition
To send a trigger from the instrument
When the Agilent B1500 receives the trigger, it starts a step
measurement and sends negative gate trigger.
520 Repeats 390 to 510 the number of times specified by Ib_num.
540 Disables the source/measurement channels.
Page view 306
1 2 ... 302 303 304 305 306 307 308 309 310 311 312 ... 597 598

Comments to this Manuals

No comments