Frequency
SCPI Command :
[SOURce]:ROSCillator:OUTPut:ALTernate:FREQuency:MODE
- class FrequencyCls[source]
Frequency commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_mode() RsSmbv.enums.Rosc1GoUtpFreqMode [source]
# SCPI: [SOURce]:ROSCillator:OUTPut:ALTernate:FREQuency:MODE value: enums.Rosc1GoUtpFreqMode = driver.source.roscillator.output.alternate.frequency.get_mode()
Sets the output reference frequency.
- return
outp_freq_mode: LOOPthrough| DER1G| OFF OFF Disables the output. DER1G Sets the output reference frequency to 1 GHz. The reference frequency is derived from the internal reference frequency. LOOPthrough If [:SOURce]:ROSCillator:EXTernal:FREQuency 1GHZ, forwards the input reference frequency to the reference frequency output.
- set_mode(outp_freq_mode: RsSmbv.enums.Rosc1GoUtpFreqMode) None [source]
# SCPI: [SOURce]:ROSCillator:OUTPut:ALTernate:FREQuency:MODE driver.source.roscillator.output.alternate.frequency.set_mode(outp_freq_mode = enums.Rosc1GoUtpFreqMode.DER1G)
Sets the output reference frequency.
- param outp_freq_mode
LOOPthrough| DER1G| OFF OFF Disables the output. DER1G Sets the output reference frequency to 1 GHz. The reference frequency is derived from the internal reference frequency. LOOPthrough If [:SOURce]:ROSCillator:EXTernal:FREQuency 1GHZ, forwards the input reference frequency to the reference frequency output.