Previous topic

spinnman.model.io_buffer module

Next topic

spinnman.model.mailbox_command module

This Page

spinnman.model.machine_dimensions module

class spinnman.model.machine_dimensions.MachineDimensions(x_max, y_max)[source]

Bases: object

Represents the dimensions of a machine

Parameters:
  • x_max (int) – The maximum x-coordinate of the chips in the machine
  • y_max (int) – The maximum y-coordinate of the chips in the machine
Raises None:

No known exceptions are raised

Attributes

x_max The maximum x-coordinate of the chips in the machine
y_max The maximum y-coordinate of the chips in the machine