Interface FrequencySweepMeasurementEvents
Interface describing measurement events.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.EventHelper
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public interface FrequencySweepMeasurementEvents
Remarks
This interface describes the events for measurements.
Methods
ExecutionProgressUpdate(Int32, Double, Double)
Occurs on every measurement progress update.
Declaration
void ExecutionProgressUpdate(int percentage, double remainingTime, double totalTime)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | percentage | The current progress in percentage. |
System.Double | remainingTime | The remaining time in minutes. |
System.Double | totalTime | The total time in minutes. |
NewFdsResultAvailable()
Occurs when a new FDS result is available.
Declaration
void NewFdsResultAvailable()
NewPdcResultAvailable()
Occurs when a new PDC result is available.
Declaration
void NewPdcResultAvailable()