Info$ = SPACE$(Max.Length%)
CALL IOOUTPUTS(ADDR&, “SYST:ERR?”, 9) ’ Query error register
CALL IOENTERS(ADDR&, Info$, Max.Length%, Actual.Length%)
Info$ = LEFT$(Info$, Actual.Length%)
IF VAL(Info$) <> 0 THEN
CLS
WHILE VAL(Info$) <> 0
PRINT : PRINT Info$; “ in function: ”; FuncType$
Actual.Length% = 0
CALL IOOUTPUTS(ADDR&, “SYST:ERR?”, 9)
CALL IOENTERS(ADDR&, Info$, Max.Length%, Actual.Length%)
Info$ = LEFT$(Info$, Actual.Length%)
WEND
END
END IF
END SUB
SUB CmdExe (Commands$(), Length%)
FOR I = 1 TO Length%
CALL IOOUTPUTS(ADDR&, Commands$(I), LEN(Commands$(I)))
NEXT I
END SUB
SUB GenSeg
DIM SetCommands$(1 TO 2)
DIM OutCommands$(1 TO 2)
DIM WaveSeg!(1 TO 4096)
SetCommands$(1) = “SOUR:ROSC:SOUR INT;” ’
Select the Ref. Oscillator
SetCommands$(1) = SetCommands$(1) + “:SOUR:FREQ:FIX 1e3;” ’ Set
waveform frequency
SetCommands$(1) = SetCommands$(1) + “:SOUR:FUNC:SHAP USER;”
’ Select user function
Continued on next page
33 Getting Started with the HP E1340A
Chapter 1
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 ...