Skip to content

DiagnosticInfo

Canonical path: o6.DiagnosticInfo

DiagnosticInfo

OPC UA DiagnosticInfo (builtin type).

Each of the fields below is optional: the underlying UA_DiagnosticInfo carries a per-field has* bit, so reading a field that is not set returns None and writing None clears the field.

Attributes

symbolicId property writable

symbolicId

namespaceUri property writable

namespaceUri

localizedText property writable

localizedText

locale property writable

locale

additionalInfo property writable

additionalInfo

innerStatusCode property writable

innerStatusCode

innerDiagnosticInfo property writable

innerDiagnosticInfo

Functions

__init__

__init__(
    symbolicId=...,
    namespaceUri=...,
    localizedText=...,
    locale=...,
    additionalInfo=...,
    innerStatusCode=...,
    innerDiagnosticInfo=...,
)