Frequency
SCPI Command :
[SOURce]:ROSCillator:OUTPut:ALTernate:FREQuency:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_mode() Rosc1GoUtpFreqMode[source]
# [SOURce]:ROSCillator:OUTPut:ALTernate:FREQuency:MODE value: enums.Rosc1GoUtpFreqMode = driver.source.roscillator.output.alternate.frequency.get_mode()
Sets the output reference frequency.
- Returns:
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 method
RsSmbv.source.roscillator.external.frequency.value()1GHZ, forwards the input reference frequency to the reference frequency output.
- set_mode(outp_freq_mode: Rosc1GoUtpFreqMode) None[source]
# [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.
- Parameters:
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 method
RsSmbv.source.roscillator.external.frequency.value()1GHZ, forwards the input reference frequency to the reference frequency output.