Cw

SCPI Commands :

[SOURce<HW>]:FREQuency:[CW]:RCL
[SOURce<HW>]:FREQuency:[CW]
class CwCls[source]

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

get_recall() InclExcl[source]
# SCPI: [SOURce<HW>]:FREQuency:[CW]:RCL
value: enums.InclExcl = driver.source.frequency.cw.get_recall()

Set whether the RF frequency value is retained or taken from a loaded instrument configuration, when you recall instrument settings with command *RCL.

return:

rcl: INCLude| EXCLude INCLude Takes the frequency value of the loaded settings. EXCLude Retains the current frequency when an instrument configuration is loaded.

get_value() float[source]
# SCPI: [SOURce<HW>]:FREQuency:[CW]
value: float = driver.source.frequency.cw.get_value()

R&S AREG-B124/-B177: queries the center frequency. R&S AREG-B181: sets the center frequency of the RF output signal.

return:

frequency: float Range: R&S AREG-B124: 24 GHz, R&S AREG-B177: 77 GHz, R&S AREG-B181: 78 GHz and 79 GHz

set_recall(rcl: InclExcl) None[source]
# SCPI: [SOURce<HW>]:FREQuency:[CW]:RCL
driver.source.frequency.cw.set_recall(rcl = enums.InclExcl.EXCLude)

Set whether the RF frequency value is retained or taken from a loaded instrument configuration, when you recall instrument settings with command *RCL.

param rcl:

INCLude| EXCLude INCLude Takes the frequency value of the loaded settings. EXCLude Retains the current frequency when an instrument configuration is loaded.

set_value(frequency: float) None[source]
# SCPI: [SOURce<HW>]:FREQuency:[CW]
driver.source.frequency.cw.set_value(frequency = 1.0)

R&S AREG-B124/-B177: queries the center frequency. R&S AREG-B181: sets the center frequency of the RF output signal.

param frequency:

float Range: R&S AREG-B124: 24 GHz, R&S AREG-B177: 77 GHz, R&S AREG-B181: 78 GHz and 79 GHz