Limit<LimitIx>
SCPI Commands :
CALCulate<n>:LIMit<li>:COPY
CALCulate<n>:LIMit<li>:DELete
- Commands in total: 77Subgroups: 11Direct child commands: 2
Repeated Capability Setting:
# Range: Nr1 .. Nr32 driver.applications.k10Xlte.calculate.limit.repcap_limitIx_set(repcap.LimitIx.Nr1)
- copy(limit_line: int, window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<li>:COPY driver.applications.k10Xlte.calculate.limit.copy(limit_line = 1, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Copies a limit line.
- 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’)
- delete(window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<li>:DELete driver.applications.k10Xlte.calculate.limit.delete(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Deletes a limit line.
- 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’)
- delete_with_opc(window=Window.Default, limitIx=LimitIx.Default, opc_timeout_ms: int = -1) None[source]
Cloning the Group
# Create a copy of the original group, that exists independently
limit_copy = driver.applications.k10Xlte.calculate.limit.clone()
Subgroups