Keysight Pathwave 89600 VSA .NET API
LogicalChannelId Structure
Members  See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : LogicalChannelId Structure


Glossary Item Box

Logical channel identification used to specify a logical channel.

Syntax

Visual Basic (Declaration) 
Public Structure LogicalChannelId 
   Inherits System.ValueType
C# 
public struct LogicalChannelId : System.ValueType 
C++/CLI 
public value class LogicalChannelId : public System.ValueType 

Remarks

The Input.ChangeLogicalChannels method takes an argument(s) of this structure in order to specify specific channels to use. Each logical channel object in the Input.LogicalChannels collection has an Id property that uses this structure.

The structure uniquely identifies a specific logical channel for the current hardware configuration. This identification is unique within the context of the kind of hardware configuration being used. The value of this structure may usually be used with different models of instruments as long as those instruments are from the same family or series. However, a LogicalChannelId from one kind of instrument may mean something totally different in another kind of instrument.

Requirements

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

See Also