Delegate PreMeasurementEventDelegates.TimeDelayAndCurrentCheckerStateDelegate
Delegate for time delay and current checker event.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.MeasurementModes.Sweep.FrequencySweep.PreMeasurements
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public delegate void TimeDelayAndCurrentCheckerStateDelegate(PreMeasurementState preMeasurementState, double value, double valueThreshold, PreMeasurementDelayType type);
Parameters
| Type | Name | Description |
|---|---|---|
| PreMeasurementState | preMeasurementState | State of the pre measurement. |
| System.Double | value | The value. |
| System.Double | valueThreshold | The value threshold. |
| PreMeasurementDelayType | type | The type the value and value threshold belongs to. |