ReferenceType Class
Extends BaseNode
Module: opcua.address_space
Constructor
ReferenceType
(
-
options
Parameters:
-
optionsObject
Item Index
Methods
Methods
getAllSubtypes
()
ReferenceType[]
returns a array of all ReferenceTypes in the addressSpace that are self or a subType of self
Returns:
isSupertypeOf
(
Boolean
-
baseType
returns true if self is a super type of baseType
Parameters:
-
baseTypeReferenceType
Returns:
Boolean:
true if self is a Subtype of baseType
Example:
readAttribute
(
DataValue
-
attributeId -
[indexRange] -
[dataEncoding]
Parameters:
-
attributeIdAttributeIds -
[indexRange]NumericalRange optional -
[dataEncoding]String optional
The NodeOPCUA API