Display

SCPI Commands :

DISPlay:FOCusobject
DISPlay:MESSage
class DisplayCls[source]

Display commands group definition. 17 total commands, 6 Subgroups, 2 group commands

set_focus_object(obj_name: str) None[source]
# SCPI: DISPlay:FOCusobject
driver.display.set_focus_object(obj_name = 'abc')

No command help available

param obj_name

No help available

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

No command help available

param message

No help available

Cloning the Group

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

Subgroups