User`s guide

Using the Source Functions 3
Model N6705 User’s Guide 87
When a step type is added, all parameters must be entered.
The following commands program a sequence comprised of a pulse, a
ramp, and a sine Arb with the pulse Arb repeated twice.
To set up output 1 to program a sequence of voltage waveforms:
ARB:FUNC:TYPE VOLT,(@1)
ARB:FUNC:SHAP SEQ,(@1)
ARB:SEQ:RESet (@1)
To program step 0 as a voltage pulse:
ARB:SEQ:STEP:FUNC:SHAP PULS,0,(@1)
ARB:SEQ:STEP:VOLT:PULS:STAR:TIM 0.25,0,(@1)
ARB:SEQ:STEP:VOLT:PULS:TOP 10.0,0,(@1)
ARB:SEQ:STEP:VOLT:PULS:TOP:TIM 0.5,0,(@1)
ARB:SEQ:STEP:VOLT:PULS:END:TIM 0.25,0,(@1)
To program step 1 as a voltage ramp:
ARB:SEQ:STEP:FUNC:SHAP RAMP,1,(@1)
ARB:SEQ:STEP:VOLT:RAMP:STAR:TIM 0.25,1,(@1)
ARB:SEQ:STEP:VOLT:RAMP:END 10.0,1,(@1)
ARB:SEQ:STEP:VOLT:RAMP:RTIM 0.5,1,(@1)
ARB:SEQ:STEP:VOLT:RAMP:END:TIM 0.25,1,(@1)
To program step 2 as a voltage sine wave:
ARB:SEQ:STEP:FUNC:SHAP SIN,2,(@1)
ARB:SEQ:STEP:VOLT:SIN:FREQ 0.0167,2,(@1)
ARB:SEQ:STEP:VOLT:SIN:OFFS 10.0,2,(@1)
ARB:SEQ:STEP:VOLT:SIN:AMPL 20.0,2,(@1)
To repeat step 0 twice:
ARB:SEQ:STEP:COUN 2,0,(@1)
To set the pacing for step 2 to triggered:
ARB:SEQ:STEP:PAC TRIG,2,(@1)
To select the trigger source for step 2:
TRIG:ARB:SOUR BUS,2,(@1)
To end the sequence at the last Arb value:
ARB:SEQ:TERM:LAST ON,(@1)
To make the entire sequence repeat twice:
ARB:SEQ:COUN 3,(@1)
To set up the transient trigger system and trigger the sequence:
VOLT:MODE ARB,(@1)
TRIG:ARB:SOUR BUS
OUTP ON,(@1)
INIT:TRAN(@1)
*TRG