IRelaxISWCFLinkGetCurrentGroupSpectra 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 [OperationContractAttribute]
List<ImpedanceSpectrum> GetCurrentGroupSpectra()
<OperationContractAttribute>
Function GetCurrentGroupSpectra As List(Of ImpedanceSpectrum)
Dim instance As IRelaxISWCFLink
Dim returnValue As List(Of ImpedanceSpectrum)
returnValue = instance.GetCurrentGroupSpectra()
Return Value
ListImpedanceSpectrumThe list of spectra, or null if no group is active.
See Also