Previous topic

spinnman.messages.scp.scp_result module

Next topic

spinnman.messages.sdp package

This Page

spinnman.messages.scp.scp_signal module

class spinnman.messages.scp.scp_signal.SCPSignal(value, signal_type, doc='')[source]

Bases: enum.Enum

SCP Signals

Parameters:
  • value (int) – The value used for the signal
  • signal_type (int) – The “type” of the signal, between 0 and 2

Attributes

CONTINUE
EXIT
INITIALISE
PAUSE
POWER_DOWN
START
STOP
SYNC0
SYNC1
TIMER
USER_0
USER_1
USER_2
USER_3