User`s manual

2200 OUTPUT @Afg;"SOUR:LIST1:SSEQ:DEF 1" !sequence size
2210 OUTPUT @Afg USING "#,K";"SOUR:LIST1:SSEQ:COMB #0" !segm execution order
2220 OUTPUT @Afg1;Sequence(*) !sequence list in indefinite length block
2230 OUTPUT @Afg;CHR$(10);END !terminate with Line Feed (LF) and EOI
2240 !
2250 OUTPUT @Afg;"SOUR:LIST1:SSEQ:ADDR?" !sequence location
2260 ENTER @Afg;Seq3_addr
2270 SUBEND
2280 !
2290 SUB Rst
2300 Rst: !Subprogram which resets the E1445.
2310 COM @Cmd,@Afg,@Afg1,Base_addr,Seq1_addr,Seq2_addr,Seq3_addr
2320 OUTPUT @Afg;"*RST;*CLS;*OPC?" !reset the AFG
2330 ENTER @Afg;Complete
2340 SUBEND
2350 !
2360 SUB Wf_del
2370 Wf_del: !Subprogram which deletes all sequences and segments.
2380 COM @Cmd,@Afg,@Afg1,Base_addr,Seq1_addr,Seq2_addr,Seq3_addr
2390 OUTPUT @Afg;"FUNC:USER NONE" !select no sequences
2400 OUTPUT @Afg;"LIST:SSEQ:DEL:ALL" !Clear sequence memory
2410 OUTPUT @Afg;"LIST:SEGM:DEL:ALL" !Clear segment memory
2420 SUBEND
Visual BASIC and
Visual C/C++ Program
Versions
The Visual BASIC example program, WAVSELFP.FRM, is in directory
“VBPROG” and the Visual C example program, WAVSELFP.C, is in
directory “VCPROG” on the CD that came with your Agilent E1445A.
Chapter 7 High Speed Operation 277