Enter search terms or a module, class or function name.
core.FSRSModule.
Output
Base class of a generic output module that is used to send a value to some device. Examples include DAQs or digital output channels.
write
Write ‘value’ to the device.
Important
This function has to be overwritten by any derived output module to implement the device specific code.