Frequency

SCPI Command :

SCONfiguration:EXTernal:RF<CH>:RF:FREQuency
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(path=Path.Default) float[source]
# 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.

Parameters:

path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)

Returns:

frequency: float Range: 100E3 to 3E9

set(frequency: float, path=Path.Default) None[source]
# 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.

Parameters:
  • frequency – float Range: 100E3 to 3E9

  • path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)

Cloning the Group

# Create a copy of the original group, that exists independently
frequency_copy = driver.sconfiguration.external.rf.rf.frequency.clone()

Subgroups