
14-44
SCPI Command Reference
Model 2520 User’s Manual
Sweep and list program examples
Linear staircase sweep
Linear current sweep from 10mA to 100mA in 10mA increments:
*RST
SOUR1:SWE:SPAC LIN
SOUR1:CURR:STAR 10e-3
SOUR1:CURR:STOP 100e-3
SOUR1:CURR:STEP 10e-3
SOUR1:SWE:POIN? (returns 10)
SOUR1:CURR:MODE SWE
OUTP1 ON
INIT
List sweep
List sweep with 100mA, 200mA, 300mA, 400mA and 500mA current pulses; pulse
widths of 10
µ
s, 20
µ
s, 40
µ
s, 60
µ
s, and 70
µ
s; pulse delays of 100ms, 150ms, 200ms,
250ms, and 300ms:
*RST
SOUR1:LIST:CURR 100e-3, 200e-3, 300e-3, 400e-3, 500e-3
SOUR1:LIST:WIDT 10e-6, 20e-6, 40e-6, 60e-6, 70e-6
SOUR1:LIST:DEL 100e-3, 150e-3, 200e-3, 250e-3, 300e-3
SOUR1:LIST:CURR:POIN? (returns 5)
SOUR1:LIST:WIDT:POIN? (returns 5)
SOUR1:LIST:DEL:POIN? (returns 5)
SOUR1:CURR:MODE LIST
OUTP1 ON
INIT
Содержание 2520
Страница 250: ...A Specifications ...
Страница 254: ...B StatusandErrorMessages ...
Страница 262: ...C DataFlow ...
Страница 266: ...D IEEE 488BusOverview ...
Страница 281: ...E IEEE 488andSCPI ConformanceInformation ...
Страница 285: ...F MeasurementConsiderations ...
Страница 308: ...G GPIB488 1Protocol ...
Страница 312: ...H ExamplePrograms ...
Страница 317: ...I ContinuousPulseMode ...