Setting

SCPI Command :

CONFigure:PSWeep:X:SETTing
class SettingCls[source]

Setting commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.PsweepSetting[source]
# SCPI: CONFigure:PSWeep:X:SETTing
value: enums.PsweepSetting = driver.applications.k18AmplifierEt.configure.psweep.x.setting.get()

This command selects the parameter type for the first parameter controlled by the parameter sweep.

return

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: RsFsw.enums.PsweepSetting) None[source]
# SCPI: CONFigure:PSWeep:X:SETTing
driver.applications.k18AmplifierEt.configure.psweep.x.setting.set(setting = enums.PsweepSetting.BIAS)

This command selects the parameter type for the first parameter controlled by the parameter sweep.

param setting

BIAS Controls the envelope bias. DELay Controls the delay between envelope and RF signal. FREQuency Controls the frequency. POWer Controls the output level.