5. Select the Second Waveform Segment -
[SOURce:]LIST[:SEGMent]:SELect B
Use
B
to select the second waveform segment.
6. Store the Second Waveform Segment as Voltages -
[SOURce:]LIST[:SEGMent]:VOLTage <
voltage_list
>
This command stores the points of the “ B” waveform segment into
the AFG’s segment memory. These points are sent to the AFG as
volts which are the output voltage points that constitutes the
waveform segment.
7. Select the User Name -
[SOURce:]FUNCtion:USER HOP_AB
This command setup the AFG to hop between waveform segments
A
and
B
.
8. Initiate the Waveform -
INITiate[:IMMediate]
This command generates an immediate output with the arm source
set to
IMMediate
. Refer to Chapter 5 for triggering information.
HP IBASIC Program Example (ARB_HOP)
1
!RE-SAVE“ARB_HOP”
2
!This program hops (selects) between two waveform segments based
3
!on the level of a 1 kHz, 0 to 5V square wave applied to the AFG’s
4
!“Aux In” connector. A low level selects segment A (sine wave), a
5
!high level selects segment B (triangle wave).
6
!
10
!Assign I/O path between IBASIC and the E1340A.
20
ASSIGN @Afg TO 80910
30
COM @Afg,Waveform1(1:4096),Waveform2(1:4096)
40
!
50
!Set up error checking
60
ON INTR 8 CALL Errmsg
70
ENABLE INTR 8;2
80
OUTPUT @Afg;“*CLS”
90
OUTPUT @Afg;“*SRE 32”
100
OUTPUT @Afg;“*ESE 60”
110
!
120
!Call the subprogram which resets the AFG.
130
CALL Rst
140
!Set AFG parameters
150
OUTPUT @Afg;“SOUR:FREQ:FIX 10E3;”;
!frequency
160
OUTPUT @Afg;“:SOUR:FUNC:SHAP USER;”;
!function
Continued on next page
Chapter 3
Generating Arbitrary Waveforms with the HP E1340A 70
Summary of Contents for E1340A
Page 12: ...Notes 12 HP E1340A Arbitrary Function Generator Module User s Manual ...
Page 14: ...14 HP E1340A Arbitrary Function Generator Module User s Manual ...
Page 42: ...Chapter 2 Generating Standard Waveforms with the HP E1340A 42 ...
Page 54: ...Chapter 2 Generating Standard Waveforms with the HP E1340A 54 ...
Page 58: ...Chapter 3 Generating Arbitrary Waveforms with the HP E1340A 58 ...
Page 84: ...Chapter 4 HP E1340A Sweeping and Frequency Shift Keying 84 ...
Page 130: ...Chapter 6 HP E1340A High Speed Operation 130 ...
Page 202: ...202 HP E1340A SCPI Conformance Information Chapter 7 ...
Page 218: ...218 HP E1340A Specifications Appendix A ...
Page 284: ...284 HP E1340A Register Based Programming Appendix C ...
Page 295: ...Index HP E1340A Arbitrary Function Generator User s Manual 295 ...