CVBpy 14.0
AccessMode Class Reference

Access possibility of the node. More...

Inherits object.

Static Public Attributes

int NotApplicable = 1
 Node is not available. More...
 
int NotAvailable = 1
 Node is not available. More...
 
int NotImplemented = 0
 Node is not implemented on this device. More...
 
int ReadOnly = 2
 Node can only be read.
 
int ReadWrite = 4
 Node can be read and written to.
 
int WriteOnly = 3
 Node can only be written to.
 

Detailed Description

Access possibility of the node.

The access mode can change dependent on the device state.

Member Data Documentation

◆ NotApplicable

int NotApplicable = 1
static

Node is not available.

Node can become available when the state of the device changes.

Warnings

This enumerator will be deprecated in a future release. It is highly recommended to use cvb.AccessMode.NotAvaiable instead.

◆ NotAvailable

int NotAvailable = 1
static

Node is not available.

Node can become available when the state of the device changes.

◆ NotImplemented

int NotImplemented = 0
static

Node is not implemented on this device.

If the node is selected, it can be, that the node is only not implemented regarding the current selector(s) value(s)!