IRelaxISWCFLinkAddSpectra 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 [OperationContractAttribute]
bool AddSpectra(
List<ImpedanceSpectrum> Spectra
)
<OperationContractAttribute>
Function AddSpectra (
Spectra As List(Of ImpedanceSpectrum)
) As Boolean
Dim instance As IRelaxISWCFLink
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.
Remarks Use this method to send data to be evaluated to RelaxIS, e.g. after a measurement is complete
See Also