loadSDSettings()
Description
Loads a settings file from Pulse Pal's microSD card
- Only Pulse Pal 2 has a microSD card. This function returns an error when called with Pulse Pal 1. 
- Settings files store values for all of Pulse Pal's trigger and output channel parameters. 
- This function loads a settings file previously saved to the SD card with one of the following methods: - saveSDSettings() 
- Manually, from the thumb joystick menu 
 
- The parameters from the file will replace all channel parameters at the time of the function call. 
- The PulsePal object's fields will be updated to reflect the new settings loaded on the device. 
Syntax
loadSDSettings(filename)
Parameters
- filename: A text string containing a file name with the pps extension. 
Returns
None
Example
myPulsePal.loadSDSettings("mySettings.pps")