Display

SCPI Command :

DISPlay:INTensity
Commands in total: 59
Subgroups: 10
Direct child commands: 1
get_intensity() float[source]
# DISPlay:INTensity
value: float = driver.display.get_intensity()

The intensity determines the strength of the waveform line in the diagram. Enter a percentage between 0 (not visible) and 100% (strong) . The default value is 50%.

Returns:

intensity: 0 to 100

set_intensity(intensity: float) None[source]
# DISPlay:INTensity
driver.display.set_intensity(intensity = 1.0)

The intensity determines the strength of the waveform line in the diagram. Enter a percentage between 0 (not visible) and 100% (strong) . The default value is 50%.

Parameters:

intensity – 0 to 100

Cloning the Group

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

Subgroups