Keysight B2980 Programming Guide, Edition 1
1- 15
Controlling Keysight B2980
Controlling the Source Output
Example
ioObj.WriteString(":SOUR:VOLT:MODE SWE")
ioObj.WriteString(":SOUR:VOLT:STAR 0") ’Start 0 V
ioObj.WriteString(":SOUR:VOLT:STOP 1") ’Stop 1 V
ioObj.WriteString(":SOUR:VOLT:POIN 11") ’11 points
NOTE
Outputting the sweep voltage
Execute the :OUTP ON command to start outputting the value set by the
:SOUR:VOLT command.
Execute the :INIT to perform the specified sweep output and measurement.
Setting the Ranging Mode of the Sweep Source
Ranging mode of sweep source is set by the :SOUR:SWE:RANG command.
Example
ioObj.WriteString(":SOUR:SWE:RANG BEST") ’Covers all LIN steps
ioObj.WriteString(":SOUR:SWE:RANG FIX") ’Not change
Setting the List Sweep Output
List sweep output is set by the :SOUR:VOLT:MODE LIST command and the
:SOUR:LIST:VOLT command
Example
ioObj.WriteString(":SOUR:VOLT:MODE LIST")
ioObj.WriteString(":SOUR:LIST:VOLT 0,2,4,6,8,10,0")
NOTE
Outputting the list sweep voltage/current
Execute the :OUTP ON command to start outputting the value set by the
:SOUR:VOLT command.
Execute the :INIT to perform the specified list sweep output and measurement.
Setting the Source Output Trigger
Source output trigger is simply set by the :TRIG<:TRAN | [:ALL]>:SOUR,
:TRIG<:TRAN | [:ALL]>:TIM, :TRIG<:TRAN | [:ALL]>:COUN, and
:TRIG<:TRAN | [:ALL]>:DEL commands. See Figure 1-3.
Example
ioObj.WriteString(":TRIG:SOUR TIM")
ioObj.WriteString(":TRIG:TIM 4E-3") ’Interval 4 ms
ioObj.WriteString(":TRIG:COUN 11") ’11 points
ioObj.WriteString(":TRIG:TRAN:DEL 1E-3") ’Source delay 1 ms
Содержание 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: ......