MsgLog

SCPI Commands :

MSGLog:ERRor
MSGLog:POPup
class MsgLogCls[source]

MsgLog commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_error() str[source]
# SCPI: MSGLog:ERRor
value: str = driver.msgLog.get_error()

Queries the last error listed in the ‘Message Log’ dialog.

return:

error: string

get_popup() bool[source]
# SCPI: MSGLog:POPup
value: bool = driver.msgLog.get_popup()

Opens/closes the ‘Message Log’ dialog.

return:

popup: ON| OFF| 1| 0

set_popup(popup: bool) None[source]
# SCPI: MSGLog:POPup
driver.msgLog.set_popup(popup = False)

Opens/closes the ‘Message Log’ dialog.

param popup:

ON| OFF| 1| 0