BFModule.BFGTLUtils.BFGTLNodeType#

class BFModule.BFGTLUtils.BFGTLNodeType#

Bases: pybind11_object

Type codes of BFGTLUtilities nodes.

Members:

Unknown : Node Type Unknown

Value : Node Type Value

Base : Base

Integer : Integer

Boolean : Boolean

Command : Command

Float : Float

String : String

Register : Register

Category : Category

Enumeration : Enumeration

EnumEntry : Enum entry point

Port : Port

__init__(self: BFModule.BFGTLUtils.BFGTLNodeType, value: int) None#

Methods

__init__(self, value)

Attributes

Base

Boolean

Category

Command

EnumEntry

Enumeration

Float

Integer

Port

Register

String

Unknown

Value

name

value

property name#