![Agilent Technologies Agilent 33500 Series Скачать руководство пользователя страница 238](http://html.mh-extra.com/html/agilent-technologies/agilent-33500-series/agilent-33500-series_user-manual_2867489238.webp)
237
Chapter 4 Application Programs
Program Listings
4
4
With mfIo2
.WriteString "*CLS"
.WriteString "*RST"
End With
Sleep 2000
With mfIo1
' Set up instrument 1
' Send commands to set channel 1 on instrument 1 to desired configuration
.WriteString "SOURCE1:FUNCTION SIN"
.WriteString "SOURCE1:FREQUENCY 1000"
.WriteString "SOURCE1:VOLT:UNIT VPP"
.WriteString "SOURCE1:VOLT 2"
.WriteString "SOURCE1:VOLT:OFFSET 0"
.WriteString "OUTPUT1:LOAD 50"
' Set trigger mode to BUS for instrument 1
.WriteString "TRIGGER1:SOURCE BUS"
' Set up and turn on infinite cycle burst with infinite cycle output
' This burst will start on instrument 1 when instrument receives a BUS
' trigger (*TRG)
.WriteString "SOURCE1:BURST:NCYCLES INF"
.WriteString "SOURCE1:BURST:MODE TRIG"
.WriteString "SOURCE1:BURST:STATE ON"
' Set up the output trigger on instrument to output a positive pulse when
' its burst starts
.WriteString "OUTPUT:TRIGGER ON"
.WriteString "OUTPUT:TRIGGER:SLOPE POSITIVE"
.WriteString "OUTPUT:TRIGGER:SOURCE CH1"
' turn off continuous INIT as we are just using one trigger to start the
' burst
.WriteString "INITIATE1:CONTINUOUS OFF"
' arm instrument 1 with INIT so it waits for BUS trigger to start burst
.WriteString "INITIATE1"
End With
With mfIo2
' Set up instrument 2
' Send commands to set channel 1 on instrument 2 to desired configuration
.WriteString "SOURCE1:FUNCTION RAMP"
.WriteString "SOURCE1:FREQUENCY 2000"
.WriteString "SOURCE1:VOLT:UNIT VPP"
.WriteString "SOURCE1:VOLT 1"
.WriteString "SOURCE1:VOLT:OFFSET 1"
.WriteString "OUTPUT1:LOAD 50"
' Set trigger mode to EXT for instrument 2
.WriteString "TRIGGER1:SOURCE EXT"
' Set slope of rear external trigger to positive edge
.WriteString "TRIGGER1:SLOPE POSITIVE"
' Set up and turn on infinite cycle burst with infinite cycle output
' This burst will start on instrument 2 when the instrument receives a
' positive TTL pulse (EXT trigger) on its rear EXT TRIG IN port
Содержание Agilent 33500 Series
Страница 2: ...Agilent Technologies Agilent 33500 Series 30 MHz Function Arbitrary Waveform Generator User s Guide ...
Страница 13: ...12 ...
Страница 16: ...1 1 Quick Start ...
Страница 41: ...40 Chapter 1 Quick Start To Rack Mount the Waveform Generator 1 ...
Страница 42: ...2 2 Front Panel Menu Operation ...
Страница 90: ...3 3 Features and Functions ...
Страница 218: ...4 4 Application Programs ...
Страница 243: ...242 Chapter 4 Application Programs Program Listings 4 ...
Страница 244: ...5 5 Tutorial ...
Страница 261: ...260 Chapter 5 Tutorial Ground Loops 5 ...
Страница 262: ...6 Specifications ...