Keysight Pathwave 89600 VSA .NET API
ChannelId Constructor(Int32,Int32)
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > ChannelId Structure > ChannelId Constructor : ChannelId Constructor(Int32,Int32)


group
The group number value of the ChannelId structure.
channel
The channel number (channel identifier within the context of the group) value of the ChannelId structure.

Glossary Item Box

Initializes a new instance of the ChannelId struct that contains the specified values.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal group As Integer, _
   ByVal channel As Integer _
)
C# 
public ChannelId( 
   int group,
   int channel
)
C++/CLI 
public:
ChannelId( 
   int group,
   int channel
)

Parameters

group
The group number value of the ChannelId structure.
channel
The channel number (channel identifier within the context of the group) value of the ChannelId structure.

Requirements

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

See Also