Navigation

  • index
  • modules |
  • next |
  • previous |
  • SpiNNMachine 1!7.2.1 documentation »
  • spinn_machine »
  • spinn_machine package »
  • spinn_machine.link_data_objects package

spinn_machine.link_data_objects package¶

Module contents¶

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

Bases: object

Data object for SpiNNaker links.

property board_address: str¶

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

property connected_chip_x: int¶

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

property connected_chip_y: int¶

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

property connected_link: int¶

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

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

Bases: AbstractLinkData

Data object for FPGA links.

property fpga_id: int¶

The ID of the SpiNNaker FPGA.

property fpga_link_id: int¶

The ID of the link out of the SpiNNaker FPGA.

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

Bases: AbstractLinkData

Data object for SpiNNaker links.

property spinnaker_link_id: int¶

The ID of the SpiNNaker link.

Table of Contents

  • spinn_machine.link_data_objects package
    • Module contents
      • AbstractLinkData
        • AbstractLinkData.board_address
        • AbstractLinkData.connected_chip_x
        • AbstractLinkData.connected_chip_y
        • AbstractLinkData.connected_link
      • FPGALinkData
        • FPGALinkData.fpga_id
        • FPGALinkData.fpga_link_id
      • SpinnakerLinkData
        • SpinnakerLinkData.spinnaker_link_id

Previous topic

spinn_machine.ignores package

Next topic

spinn_machine.tags package

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • SpiNNMachine 1!7.2.1 documentation »
  • spinn_machine »
  • spinn_machine package »
  • spinn_machine.link_data_objects package
© Copyright 2014. Created using Sphinx 7.4.7.