Offset
SCPI Command :
CALCulate<n>:LIMit<li>:CONTrol:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default) float[source]
# CALCulate<n>:LIMit<li>:CONTrol:OFFSet value: float = driver.applications.k14Xnr5G.calculate.limit.control.offset.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Defines an offset for a complete limit line. Compared to shifting the limit line, an offset does not actually change the limit line definition points.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
- Returns:
offset: Numeric value. The unit depends on the scale of the x-axis. Unit: HZ
- set(offset: float, window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<li>:CONTrol:OFFSet driver.applications.k14Xnr5G.calculate.limit.control.offset.set(offset = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Defines an offset for a complete limit line. Compared to shifting the limit line, an offset does not actually change the limit line definition points.
- Parameters:
offset – Numeric value. The unit depends on the scale of the x-axis. Unit: HZ
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)