
1- 14
Keysight B2980 Programming Guide, Edition 1
Controlling Keysight B2980
Controlling the Source Output
ioObj.WriteString(":SOUR:VOLT:MODE FIX")
ioObj.WriteString(":SOUR:VOLT:TRIG -5") ’Outputs -5 V by a trigger
Stopping the Source Output
Source output is stopped and disabled by the :OUTP OFF command.
Example
ioObj.WriteString(":OUTP OFF")
Setting the Output Range
Output range is set by the :SOUR:VOLT:RANG command.
Example
ioObj.WriteString(":SOUR:VOLT:RANG -1000") ’-1000 V range
Setting the Sweep Operation
For the variety of sweep output operation, see Figure 1-2.
Sweep direction, upward or downward is set by the :SOUR:SWE:DIR command.
Sweep mode, single or double is set by the :SOUR:SWE:STA command.
Example
ioObj.WriteString(":SOUR:SWE:DIR DOWN")
ioObj.WriteString(":SOUR:SWE:STA DOUB")
Figure 1-2
Variety of Sweep Outputs
Setting the Sweep Output
Staircase sweep output is set by the :SOUR:VOLT:MODE SWE command, the
:SOUR:VOLT:<POIN|STEP> or :SOUR:SWE:POIN command, and the
:SOUR:VOLT:<STAR|STOP> or :SOUR:VOLT:<CENT|SPAN> command. See
Figure 1-1.
Single Sweep
:SWE:STA SING
Double Sweep
:SWE:STA DOUB
Linear Sweep
:SWE:SPAC LIN
Содержание B2980 Series
Страница 1: ...Keysight B2980 Series Femto Picoammeter Electrometer High Resistance Meter Programming Guide...
Страница 3: ......
Страница 6: ...Keysight B2980 Programming Guide Edition 1 Contents...
Страница 7: ...1 Controlling Keysight B2980...
Страница 29: ...2 Programming Examples...
Страница 63: ......