From the remote interface:
Observe the following when creating or editing an Arb sequence:
The Arb function type must match the Arb type specified in each sequence step.
l
Sequence steps must be specified sequentially. The last value in the parameter list is the
l
sequence step number.
When a step is added, all Arb parameters must be entered.
l
The following commands program a voltage 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)
Keysight N6705C User's Guide
3 Using the Source/Load Functions
119