Help Icon
Search Results for

    Show / Hide Table of Contents

    Enum ExecutionState

    Execution State.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Enumerations
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [Guid("FE36E6C9-765F-4EC9-A924-7015BC70EA71")]
    [ComVisible(true)]
    public enum ExecutionState

    Fields

    Name Description
    CalibrationMandatory = 5

    The calibration is mandatory for this measurement mode.

    Cancelled = 4

    Execution stopped by user.

    DeviceLost = 3

    Device connection lost during measurement.

    Error = 2

    Unknown error occurred during measurement. Check the Log for further information.

    Ok = 0

    Measurement successfully completed.

    Overload = 1

    Overload detected. Check OverloadLevel.

    In this article
    Back to top Generated by DocFX