Power
SCPI Commands :
[SOURce<HW>]:COMBined:POWer:STARt
[SOURce<HW>]:COMBined:POWer:STOP
- class PowerCls[source]
Power commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_start() float [source]
# SCPI: [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’.
- return
comb_pow_start: float Range: -245 to 120
- get_stop() float [source]
# SCPI: [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.
- return
comb_pow_stop: float Range: -245 to 120
- set_start(comb_pow_start: float) None [source]
# SCPI: [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’.
- param comb_pow_start
float Range: -245 to 120
- set_stop(comb_pow_stop: float) None [source]
# SCPI: [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.
- param comb_pow_stop
float Range: -245 to 120