Setting
SCPI Command :
CONFigure:PSWeep:Y:SETTing
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() PsweepSetting[source]
# CONFigure:PSWeep:Y:SETTing value: enums.PsweepSetting = driver.applications.k18AmplifierEt.configure.psweep.y.setting.get()
This command selects the parameter type for the second parameter controlled by the parameter sweep.
- Returns:
setting: BIAS Controls the envelope bias. DELay Controls the delay between envelope and RF signal. FREQuency Controls the frequency. POWer Controls the output level.
- set(setting: PsweepSetting) None[source]
# CONFigure:PSWeep:Y:SETTing driver.applications.k18AmplifierEt.configure.psweep.y.setting.set(setting = enums.PsweepSetting.BIAS)
This command selects the parameter type for the second parameter controlled by the parameter sweep.
- Parameters:
setting – BIAS Controls the envelope bias. DELay Controls the delay between envelope and RF signal. FREQuency Controls the frequency. POWer Controls the output level.