Immediate

SCPI Command :

CALCulate<n>:SPECtrogram:CLEar[:IMMediate]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
perform(window=Window.Default) None[source]
# CALCulate<n>:SPECtrogram:CLEar[:IMMediate]
driver.calculate.spectrogram.clear.immediate.perform(window = repcap.Window.Default)

Resets the spectrogram and clears the history buffer.

Parameters:

window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

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