Frequency

SCPI Command :

SCONfiguration:EXTernal:DIGital<CH>:RF:FREQuency
class FrequencyCls[source]

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

get(index=Index.Default) float[source]
# SCPI: SCONfiguration:EXTernal:DIGital<CH>:RF:FREQuency
value: float = driver.sconfiguration.external.digital.rf.frequency.get(index = repcap.Index.Default)

In uncoupled mode, sets the RF frequency of the external instrument.

param index

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

return

frequency: float Range: 100E3 to 3E9

set(frequency: float, index=Index.Default) None[source]
# SCPI: SCONfiguration:EXTernal:DIGital<CH>:RF:FREQuency
driver.sconfiguration.external.digital.rf.frequency.set(frequency = 1.0, index = repcap.Index.Default)

In uncoupled mode, sets the RF frequency of the external instrument.

param frequency

float Range: 100E3 to 3E9

param index

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

Cloning the Group

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

Subgroups