Offset
SCPI Command :
SCONfiguration:EXTernal:DIGital<CH>:RF:FREQuency:OFFSet
- class OffsetCls[source]
Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(index=Index.Default) float [source]
# SCPI: SCONfiguration:EXTernal:DIGital<CH>:RF:FREQuency:OFFSet value: float = driver.sconfiguration.external.digital.rf.frequency.offset.get(index = repcap.Index.Default)
In coupled mode, offsets the RF frequency of the external instrument with the selected delta value.
- param index
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Digital’)
- return
freq_offset: float Range: -3E9 to 3E9
- set(freq_offset: float, index=Index.Default) None [source]
# SCPI: SCONfiguration:EXTernal:DIGital<CH>:RF:FREQuency:OFFSet driver.sconfiguration.external.digital.rf.frequency.offset.set(freq_offset = 1.0, index = repcap.Index.Default)
In coupled mode, offsets the RF frequency of the external instrument with the selected delta value.
- param freq_offset
float Range: -3E9 to 3E9
- param index
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Digital’)