Agilent Technologies E1446A Car Amplifier User Manual


 
LRN
1 !RE-STORE "LRN"
10 !Assign an I/O path between the computer and the amplifier.
20 ASSIGN @Amp TO 70911
30 !Call the subprogram
40 Lrn_conf(@Amp)
50 END
60 !
70 SUB Lrn_conf(@Amp)
80 Lrn_conf: !subprogram which queries the amp reset configuration
90 DIM Lrn$[1000]
100 OUTPUT @Amp;"*LRN?"
110 ENTER @Amp;Lrn$
120 Lrn$=Lrn$&";"
130 REPEAT
140 I=POS(Lrn$,";")
150 PRINT Lrn$[1;I-1]
160 Lrn$=Lrn$[I+1]
170 UNTIL Lrn$=""
180 SUBEND
Parameter Command
Agilent E1446A Agilent E1445A
Power-on/Reset
Settings
Input1 Attenuation INP1:ATT INP1:ATT +0.00000000E+000 0 dB
Input1 Impedance INP1:IMP INP1:IMP +5.00000000E+001
50
Input2 Attenuation INP2:ATT INP2:ATT +0.00000000E+0000 0 dB
Input2 Impedance INP2:IMP INP2:IMP +5.00000000E+001
50
Main Output Attenuation OUTP1:ATT OUTP2:ATT +0.00000000E+000 0 dB
Main Output Impedance OUTP1:IMP OUTP2:IMP +5.00000000E+001
50
Main Output State OUTP1:STAT OUTP2:STAT 1 (on)
Diff "+" Impedance OUTP2:IMP OUTP3:IMP +5.00000000E+001
50
Diff "-" Impedance OUTP3:IMP OUTP4:IMP +5.00000000E+001
50
DC offset SOUR:VOLT:LEV:IMM:OFFS SOUR2:VOLT:LEV:IMM:OFFS +0.00000000E+000 0V
Table 2-1. E1446A Power-On/Reset Configuration (as returned by *LRN?).
Introductory Programs Programming the Agilent E1446A 2-7