Offset
SCPI Command :
SCONfiguration:EXTernal:BBMM<CH>:RF:FREQuency:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(iqConnector=IqConnector.Default) float[source]
# SCONfiguration:EXTernal:BBMM<CH>:RF:FREQuency:OFFSet value: float = driver.sconfiguration.external.bbmm.rf.frequency.offset.get(iqConnector = repcap.IqConnector.Default)
In coupled mode, offsets the RF frequency of the external instrument with the selected delta value.
- Parameters:
iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)
- Returns:
freq_offset: float Range: -3E9 to 3E9
- set(freq_offset: float, iqConnector=IqConnector.Default) None[source]
# SCONfiguration:EXTernal:BBMM<CH>:RF:FREQuency:OFFSet driver.sconfiguration.external.bbmm.rf.frequency.offset.set(freq_offset = 1.0, iqConnector = repcap.IqConnector.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
iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)