Cw

SCPI Commands :

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

Cw commands group definition. 4 total commands, 1 Subgroups, 2 group commands

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

No command help available

return:

rcl_excl_freq: No help available

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

Sets the RF frequency at the RF output connector of the selected instrument. Note: Enabled frequency offset affects the result of this query. The query returns the frequency, including frequency offset.

return:

cw: float

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

No command help available

param rcl_excl_freq:

No help available

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

Sets the RF frequency at the RF output connector of the selected instrument. Note: Enabled frequency offset affects the result of this query. The query returns the frequency, including frequency offset.

param cw:

float

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.frequency.cw.clone()

Subgroups