loadParameters()

Description

Loads parameters from a file previously saved with saveParameters().

The loaded parameters override all parameter properties of the PulsePalDevice object, and are synced to the physical device. 

Syntax

loadParameters(filename)

Parameters

Returns

None

Examples

% 1. This loads parameters previously stored in C:/myParameters.mat

P.loadParameters('C:/myParameters.mat');