Click or drag to resize

RelaxISPlugin_DataManipulationNewSpectra Property

Gets a list of new spectra that will be added after the data manipulation plugin was completely executed.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public virtual List<ImpedanceSpectrum_Fitted> NewSpectra { get; }

Return Value

ListImpedanceSpectrum_Fitted
A list of new spectra that will be added after the data manipulation plugin was completely executed.
Remarks
This list can be populated either in the ManipulateSpectrum(Int32, ImpedanceSpectrum_Fitted) or in the PerformSetup(IEnumerableImpedanceSpectrum_Fitted, Boolean) methods. The spectra are added to the RelaxIS project once the plugin has finished executing.
See Also