Frequency
SCPI Command :
SCONfiguration:EXTernal:RF<CH>:RF:FREQuency
- class FrequencyCls[source]
Frequency commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(path=Path.Default) float [source]
# SCPI: SCONfiguration:EXTernal:RF<CH>:RF:FREQuency value: float = driver.sconfiguration.external.rf.rf.frequency.get(path = repcap.Path.Default)
In uncoupled mode, sets the RF frequency of the external instrument.
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
- return
frequency: float Range: 100E3 to 3E9
- set(frequency: float, path=Path.Default) None [source]
# SCPI: SCONfiguration:EXTernal:RF<CH>:RF:FREQuency driver.sconfiguration.external.rf.rf.frequency.set(frequency = 1.0, path = repcap.Path.Default)
In uncoupled mode, sets the RF frequency of the external instrument.
- param frequency
float Range: 100E3 to 3E9
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.sconfiguration.external.rf.rf.frequency.clone()
Subgroups