Offset

SCPI Command :

SCONfiguration:EXTernal:FADer<CH>:RF:FREQuency:OFFSet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(digitalIq=DigitalIq.Default) float[source]
# SCONfiguration:EXTernal:FADer<CH>:RF:FREQuency:OFFSet
value: float = driver.sconfiguration.external.fader.rf.frequency.offset.get(digitalIq = repcap.DigitalIq.Default)

In coupled mode, offsets the RF frequency of the external instrument with the selected delta value.

Parameters:

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

Returns:

freq_offset: float Range: -3E9 to 3E9

set(freq_offset: float, digitalIq=DigitalIq.Default) None[source]
# SCONfiguration:EXTernal:FADer<CH>:RF:FREQuency:OFFSet
driver.sconfiguration.external.fader.rf.frequency.offset.set(freq_offset = 1.0, digitalIq = repcap.DigitalIq.Default)

In coupled mode, offsets the RF frequency of the external instrument with the selected delta value.

Parameters:
  • freq_offset – float Range: -3E9 to 3E9

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