Keysight Pathwave 89600 VSA .NET API
Status Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace > EventRule Class : Status Property


Glossary Item Box

Gets the overall status.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property Status As OverallStatus
C# 
public abstract OverallStatus Status {get;}
C++/CLI 
public:
abstract property OverallStatus Status {
   OverallStatus get();
}

Remarks

Status = OverallStatus.Error: Actions will not be performed. Status = OverallStatus.Warning: Actions may not be performed as desired.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also