Frequency

SCPI Commands :

[SOURce<HW>]:COMBined:FREQuency:STARt
[SOURce<HW>]:COMBined:FREQuency:STOP
class FrequencyCls[source]

Frequency commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_start() float[source]
# SCPI: [SOURce<HW>]:COMBined:FREQuency:STARt
value: float = driver.source.combined.frequency.get_start()

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

return

comb_freq_start: float Range: -59999E5 to 12E9

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

Sets the end frequency of the combined RF frequency / level sweep.

return

comb_freq_stop: float Range: -59999E5 to 12E9

set_start(comb_freq_start: float) None[source]
# SCPI: [SOURce<HW>]:COMBined:FREQuency:STARt
driver.source.combined.frequency.set_start(comb_freq_start = 1.0)

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

param comb_freq_start

float Range: -59999E5 to 12E9

set_stop(comb_freq_stop: float) None[source]
# SCPI: [SOURce<HW>]:COMBined:FREQuency:STOP
driver.source.combined.frequency.set_stop(comb_freq_stop = 1.0)

Sets the end frequency of the combined RF frequency / level sweep.

param comb_freq_stop

float Range: -59999E5 to 12E9