Display
SCPI Command :
DISPlay:INTensity
- Commands in total: 46Subgroups: 10Direct child commands: 1
- get_intensity() float[source]
# DISPlay:INTensity value: float = driver.display.get_intensity()
This value determines the strength of the waveform line in the diagram. Enter a percentage between 0 (not visible) and 100% (very strong) . The exact mapping of the cumulative value occurences according to the assigned color table is guaranteed only if the intensity is set to 50% (default) . All other intensity values falsify the mapping but may improve the visibility of the signal.
- Returns:
intensity: 0 to 100
- set_intensity(intensity: float) None[source]
# DISPlay:INTensity driver.display.set_intensity(intensity = 1.0)
This value determines the strength of the waveform line in the diagram. Enter a percentage between 0 (not visible) and 100% (very strong) . The exact mapping of the cumulative value occurences according to the assigned color table is guaranteed only if the intensity is set to 50% (default) . All other intensity values falsify the mapping but may improve the visibility of the signal.
- Parameters:
intensity – 0 to 100
Cloning the Group
# Create a copy of the original group, that exists independently
display_copy = driver.display.clone()
Subgroups