devices.xylo.find_xylo_hdks
- devices.xylo.find_xylo_hdks() Tuple[List[XyloHDK], List[module], List[str]] [source]
Enumerate connected Xylo HDKs, and import the corresponding support module
- Returns:
(hdks, modules, versions) hdks (List): A (possibly empty) list of HDK devices modules (List): A (possibly empty) list of python modules providing support for the corresponding Xylo HDK versions (List): A (possibly empty) list containing the version string for each detected HDK
- Return type:
(Tuple[List[“XyloHDK”], List[ModuleType], List[str]])