Default

SCPI Command :

DISPlay[:WINDow<n>]:SPECtrogram:COLor:DEFault
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:SPECtrogram:COLor:DEFault
driver.display.window.spectrogram.color.default.set(window = repcap.Window.Default)

Restores the original color map.

Parameters:

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

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