Dialog
SCPI Commands :
DISPlay:DIALog:FONTsize
DISPlay:DIALog:TRANsparency
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_fontsize() int[source]
# DISPlay:DIALog:FONTsize value: int = driver.display.dialog.get_fontsize()
Sets the font size of the text in dialog boxes.
- Returns:
dialog_font_size: 16 to 25
- get_transparency() int[source]
# DISPlay:DIALog:TRANsparency value: int = driver.display.dialog.get_transparency()
Sets the transparency of the dialog box background. For high transparency values, you can see the waveform display in the background, and possibly check the effect of the changed setting. For lower transparency values, readability in the dialog box improves.
- Returns:
dialog_transp: 0 to 70
- set_fontsize(dialog_font_size: int) None[source]
# DISPlay:DIALog:FONTsize driver.display.dialog.set_fontsize(dialog_font_size = 1)
Sets the font size of the text in dialog boxes.
- Parameters:
dialog_font_size – 16 to 25
- set_transparency(dialog_transp: int) None[source]
# DISPlay:DIALog:TRANsparency driver.display.dialog.set_transparency(dialog_transp = 1)
Sets the transparency of the dialog box background. For high transparency values, you can see the waveform display in the background, and possibly check the effect of the changed setting. For lower transparency values, readability in the dialog box improves.
- Parameters:
dialog_transp – 0 to 70