Interface PreMeasurement
Interface describing Pre-measurement settings.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.MeasurementModes.Sweep.FrequencySweep.PreMeasurements
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public interface PreMeasurement
Properties
CheckNoiseAndConnectivityProblems
Gets or sets a value indicating whether check noise and connectivity problems is activated.
Declaration
bool CheckNoiseAndConnectivityProblems { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DelayCurrentThreshold
Gets or sets the current threshold in A. Valid range: 1fA to 1A.
Declaration
double DelayCurrentThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DelayTime
Gets or sets the pre measurement delay time in seconds. Valid range: 0s to 3600s.
Declaration
int DelayTime { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EnableCurrentThreshold
Gets or sets a value indicating whether the current threshold is activated.
Declaration
bool EnableCurrentThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableDelayTime
Gets or sets a value indicating whether if the pre measurement delay time is enabled.
Declaration
bool EnableDelayTime { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
AbortPreMeasurement()
Aborts the pre measurement.
Declaration
void AbortPreMeasurement()
AbortPreMeasurementAsync()
Aborts the pre measurement asynchronous.
Declaration
Task AbortPreMeasurementAsync()
Returns
Type | Description |
---|---|
Task |
Remarks
This function is not visible via COM.
Events
QualityCheckerState
Occurs when the quality check will be done.
Declaration
event PreMeasurementEventDelegates.QualityCheckStateDelegate QualityCheckerState
Event Type
Type | Description |
---|---|
PreMeasurementEventDelegates.QualityCheckStateDelegate |
TimeDelayAndCurrentCheckerState
Occurs during time delay and current checks.
Declaration
event PreMeasurementEventDelegates.TimeDelayAndCurrentCheckerStateDelegate TimeDelayAndCurrentCheckerState
Event Type
Type | Description |
---|---|
PreMeasurementEventDelegates.TimeDelayAndCurrentCheckerStateDelegate |
Remarks
Depending on the PreMeasurementDelayType the parameter value and valueThreshold holds:
- Actual elapsed time and total time in seconds in case of TimeDelay
- Actual measured current and current threshold in case of CurrentCheck