17-80 SCPI Command Reference
:TRIGgered:SFACtor:STATe <b>
:SOURce[1]:CURRent[:LEVel]:TRIGgered:SFACtor:STATe <b> Enable/disable current scaling
:SOURce[1]:VOLTage[:LEVel]:TRIGgered:SFACtor:STATe <b> Enable/disable voltage scaling
Parameters <b> = 1 or ON Enable scaling
0 or OFF Disable scaling
Query :SFACtor:STATe? Query enabled/disabled scaling state
Description :SFAC:STAT enables or disables scaling.
NOTE These commands work only with source memory sweeps.
Sweep and list program examples
Linear voltage sweep
Linear voltage sweep from 1V to 10V in 1V increments:
*RST
SOUR:FUNC:MODE VOLT
SOUR:SWE:SPAC LIN
SOUR:VOLT:STAR 1.0
SOUR:VOLT:STOP 10.0
SOUR:VOLT:STEP 1.0
SOUR:SWE:POIN? (returns 10)
TRIG:COUN 10
SOUR:VOLT:MODE SWE
OUTP ON
INIT
Voltage list
The previous Linear Voltage Sweep can instead be performed using a Voltage List as
follows:
*RST
SOUR:FUNC:MODE VOLT
SOUR:LIST:VOLT 1,2,3,4,5,6,7,8,9,10
SOUR:LIST:VOLT:POIN? (returns 10)
TRIG:COUN 10
SOUR:VOLT:MODE LIST
OUTP ON
INIT