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


channelId
String in the format of <group>:<channel> where the delimiter is ':'.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal channelId As String _
)
C# 
public ChannelId( 
   string channelId
)
C++/CLI 
public:
ChannelId( 
   String^ channelId
)

Parameters

channelId
String in the format of <group>:<channel> where the delimiter is ':'.

Requirements

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

See Also