Toolbar

SCPI Command :

DISPlay:TOOLbar:COUNt
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get_count() int[source]
# DISPlay:TOOLbar:COUNt
value: int = driver.display.toolbar.get_count()

Returns the number of tools that are currently assigned to the toolbar.

Returns:

tool_count: 0 to 100

Cloning the Group

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

Subgroups