Offset
SCPI Command :
SCONfiguration:EXTernal:RF<CH>:RF:FREQuency:OFFSet
- class OffsetCls[source]
Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(path=Path.Default) float [source]
# SCPI: SCONfiguration:EXTernal:RF<CH>:RF:FREQuency:OFFSet value: float = driver.sconfiguration.external.rf.rf.frequency.offset.get(path = repcap.Path.Default)
No command help available
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
- return
freq_offset: No help available
- set(freq_offset: float, path=Path.Default) None [source]
# SCPI: SCONfiguration:EXTernal:RF<CH>:RF:FREQuency:OFFSet driver.sconfiguration.external.rf.rf.frequency.offset.set(freq_offset = 1.0, path = repcap.Path.Default)
No command help available
- param freq_offset
No help available
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)