Previous topic

spinnman.connections.abstract_classes.abstract_callbackable_connection module

Next topic

spinnman.connections.abstract_classes.abstract_eieio_receiver module

This Page

spinnman.connections.abstract_classes.abstract_connection module

class spinnman.connections.abstract_classes.abstract_connection.AbstractConnection[source]

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

close()[source]

Closes the connection

Returns:Nothing is returned
Return type:None
Raises None:No known exceptions are raised
is_connected()[source]

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