Power

SCPI Commands :

[SOURce<HW>]:COMBined:POWer:STARt
[SOURce<HW>]:COMBined:POWer:STOP
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_start() float[source]
# [SOURce<HW>]:COMBined:POWer:STARt
value: float = driver.source.combined.power.get_start()

Sets the start level value of the combined RF frequency / level sweep. See ‘Correlating parameters in sweep mode’.

Returns:

comb_pow_start: float Range: -245 to 120

get_stop() float[source]
# [SOURce<HW>]:COMBined:POWer:STOP
value: float = driver.source.combined.power.get_stop()

Sets the stop level value of the combined RF frequency / level sweep.

Returns:

comb_pow_stop: float Range: -245 to 120

set_start(comb_pow_start: float) None[source]
# [SOURce<HW>]:COMBined:POWer:STARt
driver.source.combined.power.set_start(comb_pow_start = 1.0)

Sets the start level value of the combined RF frequency / level sweep. See ‘Correlating parameters in sweep mode’.

Parameters:

comb_pow_start – float Range: -245 to 120

set_stop(comb_pow_stop: float) None[source]
# [SOURce<HW>]:COMBined:POWer:STOP
driver.source.combined.power.set_stop(comb_pow_stop = 1.0)

Sets the stop level value of the combined RF frequency / level sweep.

Parameters:

comb_pow_stop – float Range: -245 to 120