Notes

SCPI Command :

DISPlay[:WINDow<n>][:SUBWindow<w>]:NOTes:CLEar
class NotesCls[source]

Notes commands group definition. 3 total commands, 2 Subgroups, 1 group commands

clear(window=Window.Default, subWindow=SubWindow.Default) None[source]
# SCPI: DISPlay[:WINDow<n>][:SUBWindow<w>]:NOTes:CLEar
driver.display.window.subwindow.notes.clear(window = repcap.Window.Default, subWindow = repcap.SubWindow.Default)

No command help available

param window

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

param 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 clone of the original group, that exists independently
group2 = driver.display.window.subwindow.notes.clone()

Subgroups