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


channel
The channel number (channel identifier within the context of the 1st group) value. Group number is assumed to be 1.

Glossary Item Box

Initializes a new instance of the ChannelId struct that contains the specified channel number and a group number of 1.

Syntax

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

Parameters

channel
The channel number (channel identifier within the context of the 1st group) value. Group number is assumed to be 1.

Requirements

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

See Also