Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OpcuaEuInformation

Represents information about an OPC UA engineering unit.

Hierarchy

  • OpcuaEuInformation

Index

Properties

Optional description

description: { locale: any; text: string }

Contains the full name of the engineering unit such as "hour" or "meter per second".

Type declaration

  • locale: any
  • text: string

Optional displayName

displayName: { locale: any; text: string }

The display name of the engineering unit. This is typically the abbreviation of the engineering unit, for example "h" for hour or "m/s" for meter per second.

Type declaration

  • locale: any
  • text: string

Optional namespaceUri

namespaceUri: string

Identifies the organization (company, standards organization) that defines the EUInformation.

Optional unitId

unitId: number

Identifier for programmatic evaluation. −1 is used if a unitId is not available.

Generated using TypeDoc