Previous topic

spinnman.messages.spinnaker_boot package

Next topic

spinnman.messages.spinnaker_boot.spinnaker_boot_messages module

This Page

spinnman.messages.spinnaker_boot.spinnaker_boot_message module

class spinnman.messages.spinnaker_boot.spinnaker_boot_message.SpinnakerBootMessage(opcode, operand_1, operand_2, operand_3, data=None)[source]

Bases: object

A message used for booting the board

Parameters:
Raises spinnman.exceptions.SpinnmanInvalidParameterException:
 

If the opcode is not a valid value

Attributes

data The data
opcode The operation of this packet
operand_1 The first operand
operand_2 The second operand
operand_3 The third operand