Text

SCPI Command :

SYSTem:DISPlay:MESSage[:TEXT]
class TextCls[source]

Text commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() str[source]
# SCPI: SYSTem:DISPlay:MESSage[:TEXT]
value: str = driver.system.display.message.text.get()

No command help available

return

message: No help available

set(message: str) None[source]
# SCPI: SYSTem:DISPlay:MESSage[:TEXT]
driver.system.display.message.text.set(message = 'abc')

No command help available

param message

No help available