Immediate

SCPI Command :

CALCulate<n>:LIMit<li>:CLEar[:IMMediate]
class ImmediateCls[source]

Immediate commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(window=Window.Default, limitIx=LimitIx.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:CLEar[:IMMediate]
driver.calculate.limit.clear.immediate.set(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Deletes the result of the current limit check. The command works on all limit lines in all measurement windows at the same time.

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’)

set_with_opc(window=Window.Default, limitIx=LimitIx.Default, opc_timeout_ms: int = - 1) None[source]