Keysight Pathwave 89600 VSA .NET API
LogicalChannels Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > PlaybackUserCorrection Class : LogicalChannels Property


Glossary Item Box

Gets a collection of PlaybackUserCorrectionLogicalChannel objects (one per logical channel)

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property LogicalChannels As PlaybackUserCorrectionLogicalChannelCollection
C# 
public abstract PlaybackUserCorrectionLogicalChannelCollection LogicalChannels {get;}
C++/CLI 
public:
abstract property PlaybackUserCorrectionLogicalChannelCollection^ LogicalChannels {
   PlaybackUserCorrectionLogicalChannelCollection^ get();
}

Requirements

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

See Also