Reference

This is a list of the functions and classes that are available in the Matlab SDK.

Functions

These wrap some of the classes and functions in the .NET SDK and make them accessible through Matlab. Look at the function docstrings for usage and parameter descriptions.

GetConnectedDevices.m

Returns a list of connected PalmSens and Emstat devices.

LoadMethod.m

Loads a method from a .psmethod file.

LoadPSSDK.m

Loads the PalmSens Matlab SDK.

LoadSession.m

Load (a) measurement(s) from a .pssession file.

MultiChannelMeasurementLoopHelper.m

Waits for multiple instruments to finish their measurements

NewMethod.m

Creates a new method.

OpenConnection.m

Opens a connection to a device.

SaveMethod.m

Saves a method.

Classes

These wrap some of the Palmsens .NET internal data structures to make them more accessible in Matlab. Look at the class and method docstrings for further information on the interfaces.

EquivalentCircuitFit.m

Handles the equivalent circuit fitting using the PalmSens.Core.Matlab.dll

Measurement.m

Returns data measured by a device as a variable, message in the command window and/or a plot in a figure.

MeasurementGUI.m

Version of the Measurement.m class that can be used with a Matlab GUIDE user interface.

MultiChannelMeasurement.m

Used for running when connected to multiple instruments simultaneaously, please refer to the MultiChannelMeasurementLoopExample