Offset
SCPI Command :
CALCulate<n>:LIMit<li>:UPPer:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default) float[source]
# CALCulate<n>:LIMit<li>:UPPer:OFFSet value: float = driver.applications.k14Xnr5G.calculate.limit.upper.offset.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Defines an offset for a complete upper 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. Unit: dB
- set(offset: float, window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<li>:UPPer:OFFSet driver.applications.k14Xnr5G.calculate.limit.upper.offset.set(offset = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Defines an offset for a complete upper limit line. Compared to shifting the limit line, an offset does not actually change the limit line definition points.
- Parameters:
offset – Numeric value. Unit: dB
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’)