Offset
SCPI Command :
[SENSe][:WINDow<n>]:FREQuency:OFFSet
- class OffsetCls[source]
Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: [SENSe][:WINDow<n>]:FREQuency:OFFSet value: float = driver.sense.window.frequency.offset.get(window = repcap.Window.Default)
No command help available
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
offset: No help available
- set(offset: float, window=Window.Default) None [source]
# SCPI: [SENSe][:WINDow<n>]:FREQuency:OFFSet driver.sense.window.frequency.offset.set(offset = 1.0, window = repcap.Window.Default)
No command help available
- param offset
No help available
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)