Click or drag to resize

IRelaxISWCFLinkGetCurrentProjectSpectra Method

Gets a list of all spectra in the currently active project.

Namespace: RelaxIS_SDK.RelaxISWCFLink
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntax
List<ImpedanceSpectrum> GetCurrentProjectSpectra()

Return Value

ListImpedanceSpectrum
The list of spectra, or null if no project is active.
Remarks
A project folder (i.e. an EIS3 file) can contain multiple projects. This function only returns the spectra in the currently selected project.
See Also