CVBpy 14.0
NodeInfo Class Reference

Node information. More...

Inherits object.

Static Public Attributes

int AccessMode = 2
 Gets the access mode of the node.
 
int Alias = 26
 Accesses the alias node of this node.
 
int CachingMode = 8
 Gets the caching mode.
 
int Description = 10
 Gets the long descriptive text.
 
int DisplayName = 1
 Gets the display name of the node.
 
int EventID = 13
 Gets the event ID if available.
 
int Formula = 21
 Formula for swiss knife nodes.
 
int ImposedAccessMode = 22
 Accesses the TAccessMode of the node overriding the nodes it depends on.
 
int Increment = 5
 Gets the increment.
 
int IsAvailable = 24
 Accesses the IInteger node defining whether the node is available.
 
int IsImplemented = 23
 Access the IInteger node defining whether the node is implemented.
 
int IsLocked = 25
 Accesses the IInteger node defining whether the node is read only.
 
int Last = 30
 Node last.
 
int Max = 3
 Gets the maximum value.
 
int Min = 4
 Gets the minimum value.
 
int Name = 0
 Gets the full name of the node.
 
int NameSpace = 14
 Gets the node namespace.
 
int NumEnumEntries = 6
 Number of enumeration entries for NInfoEnum.
 
int OffValue = 20
 Boolean specific: accesses the integer value for false.
 
int OnValue = 19
 Boolean specific: accesses the integer value for true. More...
 
int PollingTime = 12
 Gets the polling time in ms.
 
int RegisterAddress = 16
 Gets the current address of the register (can change).
 
int RegisterLength = 15
 Gets the register nodes length in bytes.
 
int Sign = 27
 Accesses the signed or unsigned state of integer registers.
 
int Streamable = 7
 Information on the streamability of the node.
 
int ToolTip = 9
 Gets the tool tip (short description).
 
int Value = 18
 Accesses the value configuration.
 
int Visibility = 11
 Gets the visibility level.
 

Detailed Description

Node information.

Member Data Documentation

◆ OnValue

int OnValue = 19
static

Boolean specific: accesses the integer value for true.

Command specific: accesses the integer value for execute.