Notes
SCPI Command :
DISPlay[:WINDow<n>][:SUBWindow<w>]:NOTes:CLEar
- Commands in total: 3Subgroups: 2Direct child commands: 1
- clear(window=Window.Default, subWindow=SubWindow.Default) None[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:NOTes:CLEar driver.display.window.subwindow.notes.clear(window = repcap.Window.Default, subWindow = repcap.SubWindow.Default)
No help available
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
subWindow – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)
- clear_with_opc(window=Window.Default, subWindow=SubWindow.Default, opc_timeout_ms: int = -1) None[source]
Cloning the Group
# Create a copy of the original group, that exists independently
notes_copy = driver.display.window.subwindow.notes.clone()
Subgroups