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


Glossary Item Box

Gets an object that can be used for trending and computing statistics from EventDataSources.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property TrendStatisticsRule As EventRule
C# 
public virtual EventRule TrendStatisticsRule {get;}
C++/CLI 
public:
virtual property EventRule^ TrendStatisticsRule {
   EventRule^ get();
}

Remarks

Add the desired EventDataSources to the DataSources collection. You can configure the global trend/stats settings by using TrendStatisticsRule.Actions[0].GetExtension<Vsa.TrendEventActionExtension>().

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 28.40

See Also