Step
SCPI Command :
CONFigure:PSWeep:Y:STEP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# CONFigure:PSWeep:Y:STEP value: float = driver.applications.k18AmplifierEt.configure.psweep.y.step.get()
This command defines the stepsize for the second parameter controlled by the parameter sweep.
- Returns:
step: numeric value whose unit depends on the parameter type you have selected with method
RsFsw.applications.k18AmplifierEt.configure.psweep.y.setting.set(): - Hz in case of the center frequency - dB in case of the output level - s in case of the delay between envelope and RF signal - V in case of the envelope bias
- set(step: float) None[source]
# CONFigure:PSWeep:Y:STEP driver.applications.k18AmplifierEt.configure.psweep.y.step.set(step = 1.0)
This command defines the stepsize for the second parameter controlled by the parameter sweep.
- Parameters:
step – numeric value whose unit depends on the parameter type you have selected with method
RsFsw.applications.k18AmplifierEt.configure.psweep.y.setting.set(): - Hz in case of the center frequency - dB in case of the output level - s in case of the delay between envelope and RF signal - V in case of the envelope bias