OpcNonExclusiveDeviationAlarm Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcNonExclusiveDeviationAlarm type exposes the following members.

OpcNonExclusiveDeviationAlarm(IOpcReadOnlyNodeDataStore)

Initializes a new instance of the OpcNonExclusiveDeviationAlarm class using the dataStore specified.

C#

public OpcNonExclusiveDeviationAlarm(IOpcReadOnlyNodeDataStore dataStore)


Parameters

dataStore IOpcReadOnlyNodeDataStore

The IOpcReadOnlyNodeDataStore of the 'Opc.UaFx.OpcNonExclusiveDeviationAlarmNode' to represent.


Exceptions

ArgumentNullException

The dataStore is a null reference (Nothing in Visual Basic).

SetpointNodeId

Gets the node identifier of the set point used in the deviation calculation.

C#

public OpcNodeId SetpointNodeId { get; }


Property Value

OpcNodeId

An instance of the OpcNodeId if the variable is in the address space; otherwise Null. For more information see 'Opc.UaFx.OpcNonExclusiveDeviationAlarmNode.SetpointNodeId'.