module documentation

Global hardware class store

Function clear Clears IO Managers registry
Function get Get device
Function set Set device in IO Managers registry
Constant _HW Undocumented
def clear():

Clears IO Managers registry

def get(name: str) -> any:

Get device Args: name (str): Name of the device in registry Returns: any: Device class (Make sure to handle it properly according to device)

def set(name: str, value: any):

Set device in IO Managers registry Args: name (str): Name of device you want to set value (any): Value you want to set as device

_HW: dict =

Undocumented

Value
{}