br_stimpy._bstimulator.ReadHardwareValuesOutput
- class ReadHardwareValuesOutput(self: br_stimpy._bstimulator.ReadHardwareValuesOutput)
Bases:
pybind11_object
The stimulators various models have some different hardware configurations, so it is beneficial to get those hardware values of that particuliar CereStim 96.
Hardware Values of the CereStim 96.
Methods
Attributes
Max phase amplitude based on hardware in uA.
Max charge based on hardware in pC.
Max Interphase width based on hardware in uS.
Max output compliance voltage.
Max Frequency based on hardware in Hz.
Min output compliance voltage.
Min Frequency based on hardware in Hz.
Number of modules installed in device.
Max Width for each phase based on hardware in uS.
- property amp
Max phase amplitude based on hardware in uA.
- property charge
Max charge based on hardware in pC.
- property interphase
Max Interphase width based on hardware in uS.
- property max_comp_voltage
Max output compliance voltage.
- property max_freq
Max Frequency based on hardware in Hz.
- property min_comp_voltage
Min output compliance voltage.
- property min_freq
Min Frequency based on hardware in Hz.
- property modules
Number of modules installed in device.
- property width
Max Width for each phase based on hardware in uS.