Interface CustomCombinedFrequencySweepSettings
Class handling the frequency sweep related settings.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.MeasurementModes.Sweep.FrequencySweep.Settings
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public interface CustomCombinedFrequencySweepSettingsProperties
ConvertFdsFromPdcDataUntil
Gets or sets the PDC conversion time.
Declaration
FdsPdcConversionTime ConvertFdsFromPdcDataUntil { get; set; }Property Value
| Type | Description | 
|---|---|
| FdsPdcConversionTime | The PDC conversion time. | 
PdcModeSwitchFrequency
Gets the PDC mode switch frequency.
Declaration
double PdcModeSwitchFrequency { get; }Property Value
| Type | Description | 
|---|---|
| System.Double | The PDC mode switch frequency. | 
ReCalculateStablePdcData
Gets or sets a value indicating whether re calculating of stable PDC data is enabled.
Declaration
bool ReCalculateStablePdcData { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
SamplingPoints
Gets the sampling points.
Declaration
double[] SamplingPoints { get; }Property Value
| Type | Description | 
|---|---|
| System.Double[] | The sampling points. |