EUInformation Class
Extends BaseUAObject
Module: opcua.address_space.types
Constructor
EUInformation
(
-
options
Parameters:
-
options
Object-
[namespaceUri= http://www.opcfoundation.org/UA/units/un/cefact]
String optionalIdentifies the organization (company, standards organization) that defines the EUInformation.
-
[unitId]
Int32 optionalIdentifier for programmatic evaluation. 1 is used if a unitId is not available.
-
[displayName]
LocalizedText optionalThe displayName of the engineering ( for instance 'm/s' )
-
[description]
LocalizedText optionalContains the full name of the engineering unit such as hour or meter per second
-
Item Index
Properties
Methods
binaryStoreSize
()
Number
Calculate the required size to store this object in a binary stream.
Returns:
Number:
decode
(
-
stream
-
[option]
decode the object from a binary stream
Parameters:
-
stream
BinaryStream -
[option]
Object optional
decode_debug
()
isValid
()
Boolean
verify that all object attributes values are valid according to schema
Returns:
Boolean:
toString
()
String
Returns:
String:
Properties
description
LocalizedText
Contains the full name of the engineering unit such as hour or meter per second
namespaceUri
String
Identifies the organization (company, standards organization) that defines the EUInformation.
Default: http://www.opcfoundation.org/UA/units/un/cefact
unitId
Int32
Identifier for programmatic evaluation. 1 is used if a unitId is not available.