saveSDSettings()

Description

Saves the current channel parameters to a settings file on 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 the current trigger and output channel parameters loaded on the device.

  • Saved settings files can be loaded with loadSDSettings() or in stand-alone mode, from the thumb joystick menu.

Syntax

saveSDSettings(filename)

Parameters

  • filename: A text string containing a file name with the .pps extension.

Returns

None

Example

myPulsePal.saveSDSettings("mySettings.pps")