Offset

SCPI Command :

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

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

Parameters:

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

Returns:

freq_offset: float Range: -3E9 to 3E9

set(freq_offset: float, path=Path.Default) None[source]
# SCONfiguration:EXTernal:RF<CH>:RF:FREQuency:OFFSet
driver.sconfiguration.external.rf.rf.frequency.offset.set(freq_offset = 1.0, path = repcap.Path.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

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