Description
Sets the PulsePal stimulation parameters to their defaults.
This method is run by the constructor on creating a PulsePal object, and may also be called by the user.
Note that a call to syncAllParams() must follow to sync new parameters with the device.
Syntax
set2DefaultParams()
Parameters
None
Returns
None
Example
myPulsePal.isBiphasic[1] = 1 # Specify that output channel 1 uses biphasic pulses
myPulsePal.set2DefaultParams() # Reset all parameters. myPulsePal.isBiphasic[1] is now 0 again.