Elipse Plant Manager — EPM Web API
Version 5.0.45
epmwebapi.nodeattributes
class
NodeAttributes(enum.Enum):
Enumeration with values for node attributes.
UserWriteMask =
<NodeAttributes.UserWriteMask: 7>
Indicates writable attributes for the current user.
Symmetric =
<NodeAttributes.Symmetric: 9>
Indicates that forward and inverse references have the same meaning.
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.
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.
UserExecutable =
<NodeAttributes.UserExecutable: 22>
Whether a method can be called by the current user.
Inherited Members
- enum.Enum
- name
- value
Copyright © 2017–2024 Elipse Software Ltda. All rights reserved. Distributed under MIT License.