Display
SCPI Commands :
DISPlay:BRIGhtness
DISPlay:FOCusobject
DISPlay:MESSage
- Commands in total: 19Subgroups: 7Direct child commands: 3
- get_brightness() float[source]
# DISPlay:BRIGhtness value: float = driver.display.get_brightness()
Sets the brightness of the dispaly.
- Returns:
brightness: float Range: 1.0 to 20.0
- set_brightness(brightness: float) None[source]
# DISPlay:BRIGhtness driver.display.set_brightness(brightness = 1.0)
Sets the brightness of the dispaly.
- Parameters:
brightness – float Range: 1.0 to 20.0
- 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