spinnman.messages.scp package¶
Subpackages¶
- spinnman.messages.scp.abstract_messages package
- Module contents
AbstractSCPRequest
AbstractSCPRequest.DEFAULT_DEST_X_COORD
AbstractSCPRequest.DEFAULT_DEST_Y_COORD
AbstractSCPRequest.argument_1
AbstractSCPRequest.argument_2
AbstractSCPRequest.argument_3
AbstractSCPRequest.bytestring
AbstractSCPRequest.data
AbstractSCPRequest.get_scp_response()
AbstractSCPRequest.scp_request_header
AbstractSCPRequest.sdp_header
AbstractSCPResponse
BMPOKResponse
BMPRequest
BMPResponse
- Module contents
- spinnman.messages.scp.enums package
- Module contents
AllocFree
BMPInfo
IPTagCommand
LEDAction
PowerCommand
SCPCommand
SCPCommand.CMD_ALLOC
SCPCommand.CMD_APLX
SCPCommand.CMD_APP_COPY_RUN
SCPCommand.CMD_AR
SCPCommand.CMD_AS
SCPCommand.CMD_BMP_INFO
SCPCommand.CMD_BMP_POWER
SCPCommand.CMD_COUNT
SCPCommand.CMD_DPRI
SCPCommand.CMD_FFD
SCPCommand.CMD_FILL
SCPCommand.CMD_FLASH_COPY
SCPCommand.CMD_FLASH_ERASE
SCPCommand.CMD_FLASH_WRITE
SCPCommand.CMD_INFO
SCPCommand.CMD_IPTAG
SCPCommand.CMD_LED
SCPCommand.CMD_LINK_READ
SCPCommand.CMD_LINK_WRITE
SCPCommand.CMD_NNP
SCPCommand.CMD_READ
SCPCommand.CMD_REMAP
SCPCommand.CMD_RESET
SCPCommand.CMD_RTR
SCPCommand.CMD_RUN
SCPCommand.CMD_SIG
SCPCommand.CMD_SROM
SCPCommand.CMD_SYNC
SCPCommand.CMD_TUBE
SCPCommand.CMD_VER
SCPCommand.CMD_WRITE
SCPResult
SCPResult.RC_ARG
SCPResult.RC_BUF
SCPResult.RC_CMD
SCPResult.RC_CPU
SCPResult.RC_DEAD
SCPResult.RC_LEN
SCPResult.RC_OK
SCPResult.RC_P2P_BUSY
SCPResult.RC_P2P_NOREPLY
SCPResult.RC_P2P_REJECT
SCPResult.RC_P2P_TIMEOUT
SCPResult.RC_PKT_TX
SCPResult.RC_PORT
SCPResult.RC_ROUTE
SCPResult.RC_SUM
SCPResult.RC_TIMEOUT
Signal
SignalType
- Module contents
- spinnman.messages.scp.impl package
- Submodules
- spinnman.messages.scp.impl.count_state_response module
- spinnman.messages.scp.impl.get_chip_info_response module
- spinnman.messages.scp.impl.get_version_response module
- spinnman.messages.scp.impl.iptag_get_info_response module
- Module contents
AppCopyRun
AppStop
ApplicationRun
BMPGetVersion
CheckOKResponse
CountState
DoSync
FillRequest
FixedRouteInit
FixedRouteRead
FloodFillData
FloodFillEnd
FloodFillStart
GetChipInfo
GetVersion
IPTagClear
IPTagGet
IPTagGetInfo
IPTagSet
IPTagSetTTO
ReadFPGARegister
ReadLink
ReadMemory
ReverseIPTagSet
RouterAlloc
RouterClear
RouterInit
SDRAMAlloc
SDRAMDeAlloc
SendSignal
SetPower
WriteFPGARegister
WriteLink
WriteMemory
Module contents¶
- class spinnman.messages.scp.SCPRequestHeader(command: SCPCommand | Enum, sequence: int = 0)¶
Bases:
object
Represents the header of an SCP Request.
- Parameters:
command (SCPCommand) – The SCP command
sequence (int) – The number of the SCP packet in order of all packets sent or received, between 0 and 65535