RelaxISWCFLinkProxyGetCurrentGroupSpectra Method |
Gets a list of all spectra in the current group.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public List<ImpedanceSpectrum> GetCurrentGroupSpectra()
Public Function GetCurrentGroupSpectra As List(Of ImpedanceSpectrum)
Dim instance As RelaxISWCFLinkProxy
Dim returnValue As List(Of ImpedanceSpectrum)
returnValue = instance.GetCurrentGroupSpectra()
Return Value
ListImpedanceSpectrumThe list of spectra, or null if no group is active.
Implements
IRelaxISWCFLinkGetCurrentGroupSpectraSee Also