Click or drag to resize

RelaxISWCFLinkProxyAddSpectra 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
public 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.

Implements

IRelaxISWCFLinkAddSpectra(ListImpedanceSpectrum)
Remarks
Use this method to send data to be evaluated to RelaxIS, e.g. after a measurement is complete
See Also