Frequency

SCPI Commands :

[SOURce]:ROSCillator:OUTPut:FREQuency:MODE
[SOURce<HW>]:ROSCillator:OUTPut:FREQuency
class FrequencyCls[source]

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

get_mode() RoscOutpFreqMode[source]
# SCPI: [SOURce]:ROSCillator:OUTPut:FREQuency:MODE
value: enums.RoscOutpFreqMode = driver.source.roscillator.output.frequency.get_mode()

Selects the mode for the output reference frequency.

return:

outp_freq_mode: DER10M| OFF| LOOPthrough OFF Disables the output. DER10M Sets the output reference frequency to 10 MHz. The reference frequency is derived from the internal reference frequency. LOOPthrough Forwards the input reference frequency to the reference frequency output.

get_value() EmulSgtRoscOutputFreq[source]
# SCPI: [SOURce<HW>]:ROSCillator:OUTPut:FREQuency
value: enums.EmulSgtRoscOutputFreq = driver.source.roscillator.output.frequency.get_value()

No command help available

return:

output_freq: No help available

set_mode(outp_freq_mode: RoscOutpFreqMode) None[source]
# SCPI: [SOURce]:ROSCillator:OUTPut:FREQuency:MODE
driver.source.roscillator.output.frequency.set_mode(outp_freq_mode = enums.RoscOutpFreqMode.DER10M)

Selects the mode for the output reference frequency.

param outp_freq_mode:

DER10M| OFF| LOOPthrough OFF Disables the output. DER10M Sets the output reference frequency to 10 MHz. The reference frequency is derived from the internal reference frequency. LOOPthrough Forwards the input reference frequency to the reference frequency output.

set_value(output_freq: EmulSgtRoscOutputFreq) None[source]
# SCPI: [SOURce<HW>]:ROSCillator:OUTPut:FREQuency
driver.source.roscillator.output.frequency.set_value(output_freq = enums.EmulSgtRoscOutputFreq._1000MHZ)

No command help available

param output_freq:

No help available