User

SCPI Commands

DIAGnostic:SERVice:USER:ERRor
DIAGnostic:SERVice:USER:WARNing
class User[source]

User commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_error() List[str][source]
# SCPI: DIAGnostic:SERVice:USER:ERRor
value: List[str] = driver.diagnostic.service.user.get_error()

Queries for device errors that were not necessarily evoked by a remote control command. Typically, use this query for errors that may have come up during booting.

return

user_error_list: No help available

get_warning_py() List[str][source]
# SCPI: DIAGnostic:SERVice:USER:WARNing
value: List[str] = driver.diagnostic.service.user.get_warning_py()

Queries for device warnings that were not necessarily evoked by a remote control command. Typically, use this query for warnings that may have come up during booting.

return

user_warning_list: No help available