External

SCPI Command :

[SOURce<HW>]:ROSCillator:EXTernal:FREQuency
class ExternalCls[source]

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

get_frequency() RoscFreqExt[source]
# SCPI: [SOURce<HW>]:ROSCillator:EXTernal:FREQuency
value: enums.RoscFreqExt = driver.source.roscillator.external.get_frequency()

Selects the frequency of the external reference.

return:

ext_freq: 10MHZ| 100MHZ| 1000MHZ| 13MHZ 13MHZ requires RF board with part number 1419.5308.02. To find out the RF board installed in the instrument: Select ‘SGMA-GUI instrument name Setup Hardware Config’ ‘RF Assembly’ Observe the part number of the assembly ‘RfBoard’.

set_frequency(ext_freq: RoscFreqExt) None[source]
# SCPI: [SOURce<HW>]:ROSCillator:EXTernal:FREQuency
driver.source.roscillator.external.set_frequency(ext_freq = enums.RoscFreqExt._1000MHZ)

Selects the frequency of the external reference.

param ext_freq:

10MHZ| 100MHZ| 1000MHZ| 13MHZ 13MHZ requires RF board with part number 1419.5308.02. To find out the RF board installed in the instrument: Select ‘SGMA-GUI instrument name Setup Hardware Config’ ‘RF Assembly’ Observe the part number of the assembly ‘RfBoard’.