Keysight 89600 VSA .NET API
Item(ChannelId) Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > SourceChannelCollection Class > Item Property : Item(ChannelId) Property


channelId
The ChannelId of the SourceChannel object

Glossary Item Box

Get the SourceChannel object with the specified ChannelId. If the specified channel ID does not exist in the collection then null is returned.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable ReadOnly Property Item( _
   ByVal channelId As ChannelId _
) As SourceChannel
C# 
public virtual SourceChannel Item( 
   ChannelId channelId
) {get;}
C++/CLI 
public:
virtual property SourceChannel^ Item {
   SourceChannel^ get(ChannelId channelId);
}

Parameters

channelId
The ChannelId of the SourceChannel object

Property Value

The SourceChannel object.

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