Frequency
SCPI Command :
SOURce:EXTernal<ext>:ROSCillator:EXTernal:FREQuency
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(externalRosc=ExternalRosc.Nr1) float[source]
# 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.
- Parameters:
externalRosc – optional repeated capability selector. Default value: Nr1
- Returns:
frequency: Range: 1 MHz to 50 MHz, Unit: HZ
- set(frequency: float, externalRosc=ExternalRosc.Nr1) None[source]
# 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.
- Parameters:
frequency – Range: 1 MHz to 50 MHz, Unit: HZ
externalRosc – optional repeated capability selector. Default value: Nr1