Navigation

  • index
  • modules |
  • next |
  • previous |
  • SpiNNMachine 6.0.1 documentation »
  • spinn_machine »
  • spinn_machine package »

Table of Contents

  • spinn_machine.link_data_objects package
    • Module contents

Previous topic

spinn_machine.ignores package

Next topic

spinn_machine.tags package

This Page

  • Show Source

Quick search

spinn_machine.link_data_objects package¶

Module contents¶

class spinn_machine.link_data_objects.AbstractLinkData(connected_chip_x, connected_chip_y, connected_link, board_address)¶

Bases: object

Data object for SpiNNaker links

board_address¶

The IP address of the board that this link data is about.

connected_chip_x¶

The X coordinate of the chip on the board that the link is connected to.

connected_chip_y¶

The Y coordinate of the chip on the board that the link is connected to.

connected_link¶

The ID of the link on the source chip that this is data about.

class spinn_machine.link_data_objects.FPGALinkData(fpga_link_id, fpga_id, connected_chip_x, connected_chip_y, connected_link, board_address)¶

Bases: spinn_machine.link_data_objects.AbstractLinkData

Data object for FPGA links

fpga_id¶

The ID of the SpiNNaker FPGA.

fpga_link_id¶

The ID of the link out of the SpiNNaker FPGA.

class spinn_machine.link_data_objects.SpinnakerLinkData(spinnaker_link_id, connected_chip_x, connected_chip_y, connected_link, board_address)¶

Bases: spinn_machine.link_data_objects.AbstractLinkData

Data object for SpiNNaker links

spinnaker_link_id¶

The ID of the SpiNNaker link.

Navigation

  • index
  • modules |
  • next |
  • previous |
  • SpiNNMachine 6.0.1 documentation »
  • spinn_machine »
  • spinn_machine package »
© Copyright 2014-2021. Created using Sphinx 1.8.6.