Interface PdcFrequencySweepSettings
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 PdcFrequencySweepSettings
Properties
PdcPointsPerDecade
Gets the points per decade used for calculating the frequency list in PDC and Combined mode.
Declaration
int PdcPointsPerDecade { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The PDC points per decade. |
SamplingPoints
Gets the sampling points used for measuring.
Declaration
double[] SamplingPoints { get; }
Property Value
Type | Description |
---|---|
System.Double[] | The sampling points used for measuring. |
StartFrequency
Gets the start frequency.
Declaration
double StartFrequency { get; }
Property Value
Type | Description |
---|---|
System.Double | The start frequency in Hz. |
StopFrequency
Gets the stop frequency.
Declaration
double StopFrequency { get; }
Property Value
Type | Description |
---|---|
System.Double | The stop frequency in Hz. |