Frequency
SCPI Command :
[SOURce]:ROSCillator:OUTPut:FREQuency:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_mode() RoscOutpFreqMode[source]
# [SOURce]:ROSCillator:OUTPut:FREQuency:MODE value: enums.RoscOutpFreqMode = driver.source.roscillator.output.frequency.get_mode()
Selects the mode for the output reference frequency.
- Returns:
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 This setting is unavailable for ROSCillator:EXTernal:FREQuency 1GHZ. Forwards the input reference frequency to the reference frequency output.
- set_mode(outp_freq_mode: RoscOutpFreqMode) None[source]
# [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.
- Parameters:
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 This setting is unavailable for ROSCillator:EXTernal:FREQuency 1GHZ. Forwards the input reference frequency to the reference frequency output.