Frequency

SCPI Command :

SOURce:EXTernal<ext>:ROSCillator:EXTernal:FREQuency
class FrequencyCls[source]

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

get(externalRosc=ExternalRosc.Nr1) float[source]
# SCPI: SOURce:EXTernal<ext>:ROSCillator:EXTernal:FREQuency
value: float = driver.source.external.roscillator.external.frequency.get(externalRosc = repcap.ExternalRosc.Nr1)

This command defines the frequency of the external reference oscillator. If the external reference oscillator is selected, the reference signal must be connected to the rear panel of the instrument.

param externalRosc

optional repeated capability selector. Default value: Nr1

return

frequency: Range: 1 MHz to 50 MHz, Unit: HZ

set(frequency: float, externalRosc=ExternalRosc.Nr1) None[source]
# SCPI: SOURce:EXTernal<ext>:ROSCillator:EXTernal:FREQuency
driver.source.external.roscillator.external.frequency.set(frequency = 1.0, externalRosc = repcap.ExternalRosc.Nr1)

This command defines the frequency of the external reference oscillator. If the external reference oscillator is selected, the reference signal must be connected to the rear panel of the instrument.

param frequency

Range: 1 MHz to 50 MHz, Unit: HZ

param externalRosc

optional repeated capability selector. Default value: Nr1

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.external.roscillator.external.frequency.clone()

Subgroups