Interface MeasurementSettings
Class handling the measurement related settings.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.MeasurementModes.Sweep.FrequencySweep.Settings
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public interface MeasurementSettings
Properties
DepolarizationTime
Gets or sets the depolarization time in seconds. Valid range: 10s to 50000s if depolarization is required; ohterwise 0s.
Declaration
int DepolarizationTime { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The depolarization time in seconds. |
FdsOutputVoltage
Gets or sets the FDS output voltage in V(olt)peak-peak. Valid range: 100mV to 200V.
Declaration
double FdsOutputVoltage { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The FDS output voltage in V(olt)peak-peak. |
NoiseSuppression
Gets or sets the noise suppression.
Declaration
NoiseSuppression NoiseSuppression { get; set; }
Property Value
Type | Description |
---|---|
NoiseSuppression | The noise suppression. |
PdcOutputVoltage
Gets or sets the PDC output voltage in V(olt)peak-peak. Valid Range: 100mV to 200V.
Declaration
double PdcOutputVoltage { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The PDC output voltage in V(olt)peak-peak. |