Offset
SCPI Command :
SCONfiguration:EXTernal:BBMM<CH>:RF:POWer:OFFSet
- class OffsetCls[source]
Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(iqConnector=IqConnector.Default) float [source]
# SCPI: SCONfiguration:EXTernal:BBMM<CH>:RF:POWer:OFFSet value: float = driver.sconfiguration.external.bbmm.rf.power.offset.get(iqConnector = repcap.IqConnector.Default)
In coupled mode, offsets the RF level of the external instrument with the selected delta value.
- param iqConnector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)
- return
power_offset: float Range: -100 to 100
- set(power_offset: float, iqConnector=IqConnector.Default) None [source]
# SCPI: SCONfiguration:EXTernal:BBMM<CH>:RF:POWer:OFFSet driver.sconfiguration.external.bbmm.rf.power.offset.set(power_offset = 1.0, iqConnector = repcap.IqConnector.Default)
In coupled mode, offsets the RF level of the external instrument with the selected delta value.
- param power_offset
float Range: -100 to 100
- param iqConnector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)