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


logicalChannelId
String is in the form of [<operand>][-<ChannelId>[-<ChannelId>]]. None is set as the operation when an operation is not specified in the string.

Glossary Item Box

Initializes a new instance of the LogicalChannelId struct using a string representation of LogicalChannelId in the format produced by the ToString.

Syntax

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

Parameters

logicalChannelId
String is in the form of [<operand>][-<ChannelId>[-<ChannelId>]]. None is set as the operation when an operation is not specified in the string.

Requirements

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

See Also