Frequency
SCPI Command :
SCONfiguration:EXTernal:FADer<CH>:RF:FREQuency
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(digitalIq=DigitalIq.Default) float[source]
# SCONfiguration:EXTernal:FADer<CH>:RF:FREQuency value: float = driver.sconfiguration.external.fader.rf.frequency.get(digitalIq = repcap.DigitalIq.Default)
In uncoupled mode, sets the RF frequency of the external instrument.
- Parameters:
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)
- Returns:
frequency: float Range: 100E3 to 3E9
- set(frequency: float, digitalIq=DigitalIq.Default) None[source]
# SCONfiguration:EXTernal:FADer<CH>:RF:FREQuency driver.sconfiguration.external.fader.rf.frequency.set(frequency = 1.0, digitalIq = repcap.DigitalIq.Default)
In uncoupled mode, sets the RF frequency of the external instrument.
- Parameters:
frequency – float Range: 100E3 to 3E9
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)
Cloning the Group
# Create a copy of the original group, that exists independently
frequency_copy = driver.sconfiguration.external.fader.rf.frequency.clone()
Subgroups