Offset
SCPI Command :
CALCulate<n>:LIMit<li>:UPPer:OFFSet
- class OffsetCls[source]
Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, limitIx=LimitIx.Default) float [source]
# SCPI: 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.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param limitIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
- return
offset: Numeric value. Unit: dB
- set(offset: float, window=Window.Default, limitIx=LimitIx.Default) None [source]
# SCPI: 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.
- param offset
Numeric value. Unit: dB
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param limitIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)