Previous topic

spinnman.exceptions module

Next topic

spinnman.transceiver module

This Page

spinnman.reports module

Functions

generate_machine_report(report_directory, ...) Generate report on the physical structure of the target SpiNNaker machine.
spinnman.reports.generate_machine_report(report_directory, machine, connections)[source]

Generate report on the physical structure of the target SpiNNaker machine.

Parameters:
  • report_directory (str) – the directroy to which reports are stored
  • machine (spinnmachine.machine.Machine object) – the machine python object
  • connections (iterable of implientations of) – the list of connections to the machine

spinnman.connections.abstract_connection.AbstractConnection :return None :rtype: None :raise IOError: when a file cannot be opened for some reason