BFModule.BFGTLUtils.BaseNode#

class BFModule.BFGTLUtils.BaseNode#

Bases: pybind11_object

Base class for BFGTLUtilities::Device node access and modification.

__init__(self: BFModule.BFGTLUtils.BaseNode) None#

Methods

__init__(self)

assign(self, arg0)

Attributes

Description

Retrieve the node description.

DisplayName

Retrieve the node display name.

Name

Retrieve the node name.

NodeAccess

Retrieve the node accessibility.

NodeType

Retrieve the node type.

ToolTip

Retrieve the node tool-tip.

Valid

This instance represents a valid node.

isNull

Check if node in NULL or not valid.

property Description#

Retrieve the node description.

Type:

str

property DisplayName#

Retrieve the node display name.

Type:

str

property Name#

Retrieve the node name.

Type:

str

property NodeAccess#

Retrieve the node accessibility.

Type:

BFGTLAccess

property NodeType#

Retrieve the node type.

Type:

BFGTLNodeType

property ToolTip#

Retrieve the node tool-tip.

Type:

str

property Valid#

This instance represents a valid node.

Getter:

Returns TRUE if valid, FALSE otherwise

Type:

bool

assign(self: BFModule.BFGTLUtils.BaseNode, arg0: BFModule.BFGTLUtils.BaseNode) BFModule.BFGTLUtils.BaseNode#
property isNull#

Check if node in NULL or not valid.

Getter:

Returns TRUE if NULL, FALSE otherwise

Type:

bool