Monitor

SCPI Command :

SYSTem:DISPlay:MONitor
class MonitorCls[source]

Monitor commands group definition. 2 total commands, 1 Subgroups, 1 group commands

set_value(enable: bool) None[source]
# SCPI: SYSTem:DISPlay:MONitor
driver.system.display.monitor.set_value(enable = False)

Turns the built-in display / the external monitor on or off.

param enable:

ON | OFF

Cloning the Group

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

Subgroups