Keysight 89600 VSA .NET API
EnableChannelsByLogicalChannelId Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Source Class : EnableChannelsByLogicalChannelId Method


sourceLogicalChannelIds
The logical channel IDs of the source channels to enable and how they are operated

Glossary Item Box

Selects which source channels in Channels are enabled and disabled

Syntax

Visual Basic (Declaration) 
Public Overridable Sub EnableChannelsByLogicalChannelId( _
   ByVal ParamArray sourceLogicalChannelIds() As LogicalChannelId _
) 
C# 
public virtual void EnableChannelsByLogicalChannelId( 
   params LogicalChannelId[] sourceLogicalChannelIds
)
C++/CLI 
public:
virtual void EnableChannelsByLogicalChannelId( 
   ... array<LogicalChannelId>^ sourceLogicalChannelIds
) 

Parameters

sourceLogicalChannelIds
The logical channel IDs of the source channels to enable and how they are operated

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.00

See Also