Keysight Pathwave 89600 VSA .NET API
EventBasedActionsLogEntryStatus Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace : EventBasedActionsLogEntryStatus Enumeration


Glossary Item Box

Status of EventBasedActionsLogEntry.

Syntax

Visual Basic (Declaration) 
Public Enum EventBasedActionsLogEntryStatus 
   Inherits System.Enum
C# 
public enum EventBasedActionsLogEntryStatus : System.Enum 
C++/CLI 
public enum class EventBasedActionsLogEntryStatus : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
ErrorError (a rule was not able to be checked successfully).
InfoInfo (e.g. a rule's condition was satisfied; information about the event or actions performed)
WarningWarning (a rule was able to be checked, but the result may not be as expected)
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 27.40

See Also