devices.dynapse.find_dynapse_boardsο
- devices.dynapse.find_dynapse_boards(name: str = 'DYNAP-SE2') List[rockpool.devices.dynapse.samna_alias.modules.DeviceInfo] [source]ο
find_dynapse_boards identifies the Dynap-SE2 boards plugged in to the system.
It is required to identify the USB hub that the HDK is connected and provide the device information to
devices.dynapse.DynapseSamna
See also
The tutorials in Quick Start with Dynap-SE2
- Parameters
name (str, optional) β the name of the devices, defaults to βDYNAP-SE2β
- Raises
ConnectionError β No samna device found plugged in to the system!
- Returns
a list of Dynap-SE2 device info objects among all samna devices
- Return type
List[DeviceInfo]