Click or drag to resize

WizardFitResults Class

This class represents the end results after the actual fit was performed using the WizardResult settings by RelaxIS.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.WizardWizardFitResults

Namespace: RelaxIS_SDK.Wizard
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class WizardFitResults

The WizardFitResults type exposes the following members.

Constructors
 NameDescription
Public methodWizardFitResultsInitializes a new instance of the WizardFitResults class
Top
Properties
 NameDescription
Public propertyElementList The names of the elements used by the wizard.
Public propertyParameterErrors The parameter errors associated to each fit parameter as obtained by the fit.
Public propertyParameterNames The names of the fit parameters.
Public propertyParameterValues The values obtained by the fit.
Public propertyUsedCircuit The circuit used to fit the data.
Top
See Also