Display

SCPI Commands :

DISPlay:FOCusobject
DISPlay:MESSage
Commands in total: 17
Subgroups: 6
Direct child commands: 2
set_focus_object(obj_name: str) None[source]
# DISPlay:FOCusobject
driver.display.set_focus_object(obj_name = 'abc')

No help available

set_message(message: str) None[source]
# DISPlay:MESSage
driver.display.set_message(message = 'abc')

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
display_copy = driver.display.clone()

Subgroups