Frequency

SCPI Command :

[SOURce]:ROSCillator:OUTPut:FREQuency:MODE
class FrequencyCls[source]

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

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

Selects the mode for the output reference frequency.

return:

outp_freq_mode: - DER10M: Sets the output reference frequency to 10 MHz.The reference frequency is derived from the internal reference frequency. - OFF: Disables the output.

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

Selects the mode for the output reference frequency.

param outp_freq_mode:
  • DER10M: Sets the output reference frequency to 10 MHz.The reference frequency is derived from the internal reference frequency.

  • OFF: Disables the output.