Frequency

SCPI Commands :

[SOURce<HW>]:COMBined:FREQuency:STARt
[SOURce<HW>]:COMBined:FREQuency:STOP
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_start() float[source]
# [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’.

Returns:

comb_freq_start: float Range: -59999E5 to 12E9

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

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

Returns:

comb_freq_stop: float Range: -59999E5 to 12E9

set_start(comb_freq_start: float) None[source]
# [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’.

Parameters:

comb_freq_start – float Range: -59999E5 to 12E9

set_stop(comb_freq_stop: float) None[source]
# [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.

Parameters:

comb_freq_stop – float Range: -59999E5 to 12E9