Previous topic

spinnman.messages.scp.impl.scp_application_run_request module

Next topic

spinnman.messages.scp.impl.scp_count_state_request module

This Page

spinnman.messages.scp.impl.scp_check_ok_response module

class spinnman.messages.scp.impl.scp_check_ok_response.SCPCheckOKResponse(operation, command)[source]

Bases: spinnman.messages.scp.abstract_messages.abstract_scp_response.AbstractSCPResponse

An SCP response to a request which returns nothing other than OK

Parameters:
  • operation (str) – The operation being performed
  • command (str) – The command that was sent

Attributes

scp_response_header The SCP header from the response
sdp_header The SDP header from the response

Methods

read_scp_response(byte_reader) See spinnman.messages.scp.abstract_scp_response.AbstractSCPResponse.read_scp_response()

Detailed Methods

read_scp_response(byte_reader)[source]

See spinnman.messages.scp.abstract_scp_response.AbstractSCPResponse.read_scp_response()