Keysight Pathwave 89600 VSA .NET API
CanUseDataSource Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace > EventCondition Class : CanUseDataSource Method


type
EventDataSource type

Glossary Item Box

Check whether this EventRule can use the specified type of EventDataSource

Syntax

Visual Basic (Declaration) 
Public Overridable Function CanUseDataSource( _
   ByVal type As Type _
) As Boolean
C# 
public virtual bool CanUseDataSource( 
   Type type
)
C++/CLI 
public:
virtual bool CanUseDataSource( 
   Type^ type
) 

Parameters

type
EventDataSource type

Return Value

true if can use, false otherwise

Requirements

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

See Also