Elipse Plant Manager — EPM Web API

Version 5.0.45

epmwebapi.nodeattributes

class NodeAttributes(enum.Enum):

Enumeration with values for node attributes.

NodeId = <NodeAttributes.NodeId: 1>

Node's canonical identifier.

NodeClass = <NodeAttributes.NodeClass: 2>

Node's class.

BrowseName = <NodeAttributes.BrowseName: 3>

Non-localized, human readable name for a node.

DisplayName = <NodeAttributes.DisplayName: 4>

Localized, human readable name for a node.

Description = <NodeAttributes.Description: 5>

Node's localized description.

WriteMask = <NodeAttributes.WriteMask: 6>

Indicates writable attributes.

UserWriteMask = <NodeAttributes.UserWriteMask: 7>

Indicates writable attributes for the current user.

IsAbstract = <NodeAttributes.IsAbstract: 8>

Indicates that a type node may not be instantiated.

Symmetric = <NodeAttributes.Symmetric: 9>

Indicates that forward and inverse references have the same meaning.

InverseName = <NodeAttributes.InverseName: 10>

Browsing name for an inverse reference.

ContainsNoLoops = <NodeAttributes.ContainsNoLoops: 11>

Indicates that the following forward references in a view do not cause a loop.

EventNotifier = <NodeAttributes.EventNotifier: 12>

Indicates that a node can be used to subscribe to events.

Value = <NodeAttributes.Value: 13>

Variable's value.

DataType = <NodeAttributes.DataType: 14>

Data type's node ID for the variable's value.

ValueRank = <NodeAttributes.ValueRank: 15>

Number of dimensions in the value.

ArrayDimensions = <NodeAttributes.ArrayDimensions: 16>

Length for each dimension of an array value.

AccessLevel = <NodeAttributes.AccessLevel: 17>

The way a variable can be accessed.

UserAccessLevel = <NodeAttributes.UserAccessLevel: 18>

The way a variable can be accessed after considering a user's access rights.

MinimumSamplingInterval = <NodeAttributes.MinimumSamplingInterval: 19>

Specifies how fast a server can reasonably sample a value for changes, in milliseconds.

Historizing = <NodeAttributes.Historizing: 20>

Specifies whether a server is actively collecting historical data for a variable.

Executable = <NodeAttributes.Executable: 21>

Whether a method can be called.

UserExecutable = <NodeAttributes.UserExecutable: 22>

Whether a method can be called by the current user.

Inherited Members
enum.Enum
name
value