devices.dynapse.find_dynapse_boards

devices.dynapse.find_dynapse_boards(name: str = 'DYNAP-SE2') List[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]