Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.22 KB

File metadata and controls

21 lines (16 loc) · 1.22 KB

SpikeSafeError

Definition

Exception raised for SpikeSafe errors returned by the SYST:ERR? query

Inheritance Exception -> SpikeSafeError

Attributes

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.

Constructor

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.