RelaxISWCFLinkProxyGetCurrentProjectSpectra Method |
Gets a list of all spectra in the currently active project.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntaxpublic List<ImpedanceSpectrum> GetCurrentProjectSpectra()
Public Function GetCurrentProjectSpectra As List(Of ImpedanceSpectrum)
Dim instance As RelaxISWCFLinkProxy
Dim returnValue As List(Of ImpedanceSpectrum)
returnValue = instance.GetCurrentProjectSpectra()
Return Value
ListImpedanceSpectrumThe list of spectra, or null if no project is active.
Implements
IRelaxISWCFLinkGetCurrentProjectSpectra
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