Exception raised for SpikeSafe errors returned by the SYST:ERR? query
Inheritance Exception -> SpikeSafeError
| Name | Description |
|---|---|
| channel_list | The full error query response text. |
| code | Numerical code representing the specific SpikeSafe error. |
| message | Explanation of the SpikeSafe error. |
| full_error | The full error query response text. |
| Name | Description |
|---|---|
| spikesafe_python.SpikeSafeError(self, code, message, channel_list, full_error) | Initializes a new instance of the SpikeSafeError class with a specified code, message, channel list, and full error that causes this exception. |