Fixed

SCPI Commands :

[SOURce<HW>]:FREQuency:[FIXed]:RCL
[SOURce<HW>]:FREQuency:[FIXed]
class FixedCls[source]

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

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

No command help available

return:

rcl_excl_freq: No help available

get_value() float[source]
# SCPI: [SOURce<HW>]:FREQuency:[FIXed]
value: float = driver.source.frequency.fixed.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:[FIXed]:RCL
driver.source.frequency.fixed.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:[FIXed]
driver.source.frequency.fixed.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.fixed.clone()

Subgroups