HP E1340A User Manual page 48

Arbitrary function generator
Hide thumbs Also See for E1340A:
Table of Contents

Advertisement

HP IBASIC Program Example (RAMPWAVE)
Chapter 2
6. Set the Offset -
[SOURce:]VOLTage[:LEVel][:IMMediate]:OFFSet <
This command specifies the offset. Refer to the section called
" Selecting the Amplitude Levels and Output Units" on page 50 for
more information.
7. 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.
1
!RE-SAVE"RAMPWAVE"
2
!This program generates a 4V, 10 kHz negative-going ramp wave.
3
!
10
!Assign I/O path between IBASIC and the E1340A.
20
ASSIGN @Afg TO 80910
30
COM @Afg
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
!
150
!Set AFG parameters
160
OUTPUT @Afg;"SOUR:ROSC:SOUR INT;";!reference oscillator
170
OUTPUT @Afg;":SOUR:FREQ:FIX 10E3;";!frequency
180
OUTPUT @Afg;":SOUR:FUNC:SHAP RAMP;";!function
190
OUTPUT @Afg;":SOUR:RAMP:POL INV;";!ramp polarity
200
OUTPUT @Afg;":SOUR:VOLT:LEV:IMM:AMPL 4V;";!amplitude
210
OUTPUT @Afg;":SOUR:VOLT:LEV:IMM:OFFS 1V"!offset
220
OUTPUT @Afg;"INIT:IMM"
230
!
240
WAIT .1
250
OFF INTR 8
260
END
270
!
280
SUB Rst
Continued on next page
Generating Standard Waveforms with the HP E1340A
offset
>
!wait-for-arm state
!allow interrupt to be serviced
48

Advertisement

Table of Contents
loading

Table of Contents