Fontsize
SCPI Command :
DISPlay:ANNotation:TEXT<*>:FONTsize
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(annotation=Annotation.Default) int[source]
# DISPlay:ANNotation:TEXT<*>:FONTsize value: int = driver.display.annotation.text.fontsize.get(annotation = repcap.Annotation.Default)
Sets the font size of the text.
- Parameters:
annotation – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Annotation’)
- Returns:
fontsize: 12 to 30
- set(fontsize: int, annotation=Annotation.Default) None[source]
# DISPlay:ANNotation:TEXT<*>:FONTsize driver.display.annotation.text.fontsize.set(fontsize = 1, annotation = repcap.Annotation.Default)
Sets the font size of the text.
- Parameters:
fontsize – 12 to 30
annotation – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Annotation’)