RelaxISWCFLinkProxyAddAndActivateSpectra Method |
Adds the spectra defined in the list to the currently loaded RelaxIS project and selects the last spectrum, making it the actively displayed spectrum.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool AddAndActivateSpectra(
List<ImpedanceSpectrum> Spectra
)
Public Function AddAndActivateSpectra (
Spectra As List(Of ImpedanceSpectrum)
) As Boolean
Dim instance As RelaxISWCFLinkProxy
Dim Spectra As List(Of ImpedanceSpectrum)
Dim returnValue As Boolean
returnValue = instance.AddAndActivateSpectra(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
IRelaxISWCFLinkAddAndActivateSpectra(ListImpedanceSpectrum)Remarks Use this method to send data to be evaluated to RelaxIS, e.g. after a measurement is complete
See Also