RelaxISWCFLinkProxyAddSpectra Method |
Adds the spectra defined in the list to the currently loaded RelaxIS project.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool AddSpectra(
List<ImpedanceSpectrum> Spectra
)
Public Function AddSpectra (
Spectra As List(Of ImpedanceSpectrum)
) As Boolean
Dim instance As RelaxISWCFLinkProxy
Dim Spectra As List(Of ImpedanceSpectrum)
Dim returnValue As Boolean
returnValue = instance.AddSpectra(Spectra)
Parameters
- Spectra ListImpedanceSpectrum
- A list of RelaxISSpectrum objects, that define an impedance spectrum each.
Return Value
BooleanTrue if the spectra were added successfully or false if not.
Implements
IRelaxISWCFLinkAddSpectra(ListImpedanceSpectrum)Remarks Use this method to send data to be evaluated to RelaxIS, e.g. after a measurement is complete
See Also