Click or drag to resize

IRelaxISWCFLinkAddSpectra Method

Adds the spectra defined in the list to the currently loaded RelaxIS project.

Namespace: RelaxIS_SDK.RelaxISWCFLink
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
[OperationContractAttribute]
bool AddSpectra(
	List<ImpedanceSpectrum> Spectra
)

Parameters

Spectra  ListImpedanceSpectrum
A list of RelaxISSpectrum objects, that define an impedance spectrum each.

Return Value

Boolean
True 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