Click or drag to resize

WizardResult Class

The wizard results, aka the setup for the fit to be performed
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.WizardWizardResult

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

The WizardResult type exposes the following members.

Constructors
 NameDescription
Public methodWizardResult Initializes a new WizardResult object.
Top
Properties
 NameDescription
Public propertyAbortFit If true, the fit for the given spectrum will be aborted
Public propertyAdditionalInfos Additional information to display in the summary dialog
Public propertyCircuit The new circuit to use for the fit
Public propertyLowerFrequencyLimit The lower frequency limit to use
Public propertyNewParameterNames The paramter names to assign to the circuit.
Public propertyParameterLowerLimits The lower limits for the parameter values to use
Public propertyParameterUpperLimits The upper limits for the parameter values to use
Public propertyParameterValues The initial parameters to use for the fit
Public propertyTransferFunction The transfer function to use for the fit
Public propertyUpperFrequencyLimit The upper frequency limit to use
Public propertyUseAutoFit Gets or sets a value indicating if the wizard algorithm should use the default auto fit instead of a single fit with the values set in ParameterValues.
Public propertyUseDefaultLimitsForAutofit Gets or sets a value indicating if the auto fit (if used) should use default limits instead of the values given in ParameterLowerLimits and ParameterUpperLimits.
Public propertyWeightMode The weight mode to use for the fit
Top
See Also