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


Glossary Item Box

Gets a handle to a collection of PlayChannel objects

Syntax

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

Remarks

The collection contains play back properties that can be different for each channel (e.g. PlayChannel.Center).

Requirements

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

See Also