Bases: spinnman.messages.scp.abstract_messages.abstract_scp_request.AbstractSCPRequest
An SCP request to read the version of software running on a core
| Parameters: |
|
|---|---|
| Raises spinnman.exceptions.SpinnmanInvalidParameterException: | |
|
|
Attributes
| argument_1 | The first argument, or None if no first argument |
| argument_2 | The second argument, or None if no second argument |
| argument_3 | The third argument, or None if no third argument |
| data | The data, or None if no data |
| scp_request_header | The SCP request header of the message |
| sdp_header | The SDP header of the message |
Methods
| get_scp_response() | See spinnman.messages.scp.abstract_scp_request.AbstractSCPRequest.get_scp_response() |
Detailed Methods