Make
This module holds the base class for maker tools.
| CLASS | DESCRIPTION |
|---|---|
Maker |
Base class for maker tools |
Documentation last updated: 2025-02-22
Maker
Base class for maker tools.
| ATTRIBUTE | DESCRIPTION |
|---|---|
connection_details |
connection details for the device
TYPE:
|
device |
device object that communicates with physical tool
TYPE:
|
flags |
flags for the class
TYPE:
|
is_busy |
whether the device is busy
TYPE:
|
is_connected |
whether the device is connected
TYPE:
|
verbose |
verbosity of class
TYPE:
|
| METHOD | DESCRIPTION |
|---|---|
connect |
connect to the device |
disconnect |
disconnect from the device |
execute |
execute task |
resetFlags |
reset all flags to class attribute _default_flags |
run |
alias for execute() |
shutdown |
shutdown procedure for tool |
Instantiate the class
| PARAMETER | DESCRIPTION |
|---|---|
verbose
|
verbosity of class. Defaults to False.
TYPE:
|