Click or drag to resize

Evaluation Class

This class represents information about the evaluation to perform in the RelaxIS Remote Job. It can perform a specific fit with a given circuit and parameters or execute a wizard sequence for each spectrum
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsEvaluation

Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitions
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class Evaluation

The Evaluation type exposes the following members.

Constructors
 NameDescription
Public methodEvaluation Initializes a new object Evaluation object.
Top
Properties
 NameDescription
Public propertyApplyWizardSecondaryParameters Wizards may apply new secondary variables to a spectrum. If false, no new values are applied.
Public propertyCircuit Used for FixedEvaluation. Defines the circuit to use.
Public propertyInitialParameters Used for FixedEvaluation. Defines the starting parameters.
Public propertyTransferFunction Used for FixedEvaluation. Defines the transfer function to use.
Public propertyType The type of evaluation to perform. Use the constants.
Public propertyWizardName Used for WizardEvaluation. Defines the Wizard procedure to use.
Top
See Also