wei.core.workcell
A Class to represent a workcell object that contains the different WEI modules
Functions
|
finds the full module information based on just it's name |
|
Returns the directory where the workcell is stored |
|
Loads a workcell file and returns a Workcell object |
|
Sets the config from the workcell object |
- wei.core.workcell.find_step_module(workcell: Workcell, step_module: str) Module | None
finds the full module information based on just it’s name
- Parameters:
step_module (str) – the name of the module
- Returns:
module (Module) – The class with full information about the given module
- wei.core.workcell.get_workcell_dir(workcell_id: str) Path
Returns the directory where the workcell is stored