\brief Sets class acq input to normal (bio signal captured from channels)
\return Integer indicating the success of the setting process (0-success, <0 error)
*/
ClassError::ErrorsetAcqInputNormal();
/*!
\brief Sets class acq input to test. The class will provide a quadratic signal. It is useful for testing and not getting saturated signal all the time.
\return Integer indicating the success of the setting process (0-success, <0 error)
*/
ClassError::ErrorsetAcqInputTest();
/*!
\brief Sets the order of the filter used for impedance calculation
\param order Filter order (>0).
\return Integer indicating the success of the setting process (0-success, <0 error)
\param cathodes List of integers with the IDs of the pads acting as cathodes
\param anodes List of integers with the IDs of the pads acting as cathodes
\param amp List of doubles with the amplitude (in mA) associated to each of the cathodes. Must have the same length as cathodes
\param width List of integers with the pulse width (in uS) associated to each of the cathodes. Must have the same length as cathodes
\param selected Defines if the velec is selected (‘true’ value) or deselected (‘false’ value). Only selected velecs will be executed with a “stim on” command
\param sync Defines if the velec is synchronous (‘rtue’ value) or asynchronous (‘false’ value).
\return Integer indicating the success of the process (0-success, <0 error)
\brief Sets whether the virtual electrode is selected or not
\param id Virtual electrode number/ID.
\param selected Defines if the velec is selected (‘true’ value) or deselected (‘false’ value). Only selected velecs will be executed with a “stim on” command.
\return Integer indicating the success of the process (0-success, <0 error)
\brief Sets whether the virtual electrodes are selected or not
\param id Vector with virtual electrode numbers/IDs.
\param selected Vector with bool indicating whether the velecs are selected (‘true’ value) or deselected (‘false’ value). Only selected velecs will be executed with a “stim on” command.
\return Integer indicating the success of the process (0-success, <0 error)