Class MeasurementSettingsImplementation
Implementation of the measurement related settings.
Inheritance
System.Object
MeasurementSettingsImplementation
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public class MeasurementSettingsImplementation : MeasurementSettings
Properties
DepolarizationTime
Gets or sets the depolarization time.
Declaration
public int DepolarizationTime { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The depolarization time. |
FdsOutputVoltage
Gets or sets the FDS out put voltage.
Declaration
public double FdsOutputVoltage { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The FDS out put voltage. |
NoiseSuppression
Gets or sets the noise suppression.
Declaration
public NoiseSuppression NoiseSuppression { get; set; }
Property Value
Type | Description |
---|---|
NoiseSuppression | The noise suppression. |
PdcOutputVoltage
Gets or sets the PDC out put voltage.
Declaration
public double PdcOutputVoltage { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The PDC out put voltage. |
Remarks
PDC output voltage. Range: 100mV to 200V.