Bases: spinnman.messages.scp.abstract_messages.abstract_scp_response.AbstractSCPResponse
An SCP response to a request for an IP tags
Attributes
| count | The count of the number of packets that have been sent with the tag |
| flags | The flags of the tag |
| in_use | True if the tag is marked as being in use |
| ip_address | The IP address of the tag, as a bytearray of 4 bytes |
| is_arp | True if the tag is in the ARP state (where the MAC address is being looked up - transient state so unlikely) |
| is_reverse | True if the tag is a reverse tag |
| is_temporary | True if the tag is temporary |
| mac_address | The MAC address of the tag, as a bytearray of 6 bytes |
| port | The port of the tag |
| rx_port | The receive port of the tag |
| scp_response_header | The SCP header from the response |
| sdp_header | The SDP header from the response |
| spin_chip_x | The x-coordinate of the chip on which the tag is defined |
| spin_chip_y | The y-coordinate of the chip on which the tag is defined |
| spin_cpu | The cpu id of the ip tag |
| spin_port | The spin-port of the ip tag |
| strip_sdp | True if the tag is to strip sdp |
| timeout | The timeout of the tag |
Methods
| read_scp_response(byte_reader) | See spinnman.messages.scp.abstract_scp_response.AbstractSCPResponse.read_scp_response() |
Detailed Methods