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


Glossary Item Box

Gets the collection of events that have been logged.

Syntax

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

Remarks

EventRules that are EventRule.Enabled will log information to the EventBasedActionsLog when logging is Enabled.

Requirements

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

See Also