A class to hold the information of a SpikeSafe.
| Name | Description |
|---|---|
| board_type | Type of the SpikeSafe. |
| cpld_version | CPLD version of the SpikeSafe. |
| digitizer_infos | List of DigitizerInfo objects. |
| dsp_version | DSP version of the SpikeSafe. |
| hardware_version | Hardware version of the SpikeSafe. |
| has_digitizer | Whether the SpikeSafe has a digitizer. |
| has_switch | Whether the SpikeSafe has a switch. |
| idn | Identification string of the SpikeSafe. |
| ip_address | IP address of the SpikeSafe. |
| last_calibration_date | Last calibration date of the SpikeSafe. |
| maximum_compliance_voltage | Maximum compliance voltage of the SpikeSafe in volts. |
| maximum_pulse_width | Maximum pulse width of the SpikeSafe in seconds. |
| maximum_pulse_width_offset | Maximum pulse width offset of the SpikeSafe in microseconds. |
| maximum_set_current | Maximum current of the SpikeSafe in amps. |
| minimum_compliance_voltage | Minimum compliance voltage of the SpikeSafe in volts. |
| minimum_pulse_width | Minimum pulse width of the SpikeSafe in seconds. |
| minimum_pulse_width_offset | Minimum pulse width offset of the SpikeSafe in microseconds. |
| minimum_set_current | Minimum current of the SpikeSafe in amps. |
| serial_number | Serial number of the SpikeSafe. |
| spikesafe_type | Type of the SpikeSafe. |
| supports_discharge_query | Whether the SpikeSafe supports discharge query. |
| supports_multiple_digitizer_commands | Whether the SpikeSafe supports multiple digitizer commands. |
| supports_pulse_width_correction | Whether the SpikeSafe supports pulse width correction. |
| version | Ethernet Processor version of the SpikeSafe. |
| zin_number | ZIN number of the SpikeSafe. |