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


Glossary Item Box

Gets the channel ID of the source channel

Syntax

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

Remarks

ChannelId can be used by the EnableChannelsById method of the parent Source to enable source channels. ///

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.60

See Also