Previous topic

spinnman.messages.scp.impl.scp_count_state_request module

Next topic

spinnman.messages.scp.impl.scp_flood_fill_data_request module

This Page

spinnman.messages.scp.impl.scp_count_state_response module

class spinnman.messages.scp.impl.scp_count_state_response.SCPCountStateResponse[source]

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

An SCP response to a request for the number of cores in a given state

Attributes

count The count of the number of cores with the requested state
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()