T
The type to which to cast the returned EventCondition.
Keysight Pathwave 89600 VSA .NET API
GetCondition<T> Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace > EventRule Class : GetCondition<T> Method


Glossary Item Box

Gets the current Condition cast to the requested type. Obsolete. Use Keysight.SA.Vsa.EventRule.GetExtension``1 instead.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetCondition(Of T As EventCondition)() As T
C# 
public abstract T GetCondition<T>()
where T: EventCondition
C++/CLI 
public:
abstract T^ GetConditiongeneric<typename T>
(); 
where T: EventCondition

Type Parameters

T
The type to which to cast the returned EventCondition.

Return Value

The current EventCondition cast to the requested type, or null if the current EventCondition is not of the requested type.

Requirements

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

See Also