Click or drag to resize

Updating Wizard plugins

No significant changes have been made to the RelaxISPlugin_Wizard class except for changing the API to use the new ImpedanceSpectrum class instead.

The API of Wizard plugins was not significantly changed.

The plugin functions now operate on the new ImpedanceSpectrum class instead of ImpedanceSpectrum_Fitted. This may require some changes in regards to accessing the data in the object.

Please refer to the General breaking changes in 3.0.23 to learn about how the data in the object is now accessed.

Prerequisites

Introduce using statements for the relevant namespaces.

C#
using RelaxIS_SDK.Common;

Replacing the API

See Also