Result
SCPI Command :
DISPlay:RESult:FONTsize
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_fontsize() int[source]
# DISPlay:RESult:FONTsize value: int = driver.display.result.get_fontsize()
Sets the font size of the text in result tables.
- Returns:
result_font_size: 16 to 25
- set_fontsize(result_font_size: int) None[source]
# DISPlay:RESult:FONTsize driver.display.result.set_fontsize(result_font_size = 1)
Sets the font size of the text in result tables.
- Parameters:
result_font_size – 16 to 25