Start

SCPI Command :

CONFigure:PSWeep:X:STARt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# CONFigure:PSWeep:X:STARt
value: float = driver.applications.k18AmplifierEt.configure.psweep.x.start.get()

This command defines the start value for the first parameter controlled by the parameter sweep.

Returns:

start: 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 - dBm 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(start: float) None[source]
# CONFigure:PSWeep:X:STARt
driver.applications.k18AmplifierEt.configure.psweep.x.start.set(start = 1.0)

This command defines the start value for the first parameter controlled by the parameter sweep.

Parameters:

start – 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 - dBm in case of the output level - s in case of the delay between envelope and RF signal - V in case of the envelope bias