Interface RecorderFdsResult
Interface describing recorder FDS results.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.MeasurementModes.Recording.Results
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public interface RecorderFdsResult
Properties
Frequency
Gets the frequency in Hz.
Declaration
double Frequency { get; }
Property Value
Type | Description |
---|---|
System.Double | The frequency in Hz. |
TangentDelta
Gets the tangent delta.
Declaration
double TangentDelta { get; }
Property Value
Type | Description |
---|---|
System.Double |