Bases: object
An abstract connection to the SpiNNaker board over some medium
Abstract Methods
| close() | Closes the connection |
| is_connected() | Determines if the medium is connected at this point in time |
Detailed Methods
Closes the connection
| Returns: | Nothing is returned |
|---|---|
| Return type: | None |
| Raises None: | No known exceptions are raised |
Determines if the medium is connected at this point in time
| Returns: | True if the medium is connected, False otherwise |
|---|---|
| Return type: | bool |
| Raises spinnman.exceptions.SpinnmanIOException: | |
| If there is an error when determining the connectivity of the medium | |