Immediate

SCPI Command :

CALCulate<n>:LIMit<li>:CLEar[:IMMediate]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
perform(window=Window.Default, limitIx=LimitIx.Default, opc_timeout_ms: int = -1) None[source]
# CALCulate<n>:LIMit<li>:CLEar[:IMMediate]
driver.applications.k30NoiseFigure.calculate.limit.clear.immediate.perform(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.

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

  • opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.