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


Glossary Item Box

Gets the collection of SpectrumFrequencyChannel objects representing the per-logical-channel power spectrum frequency settings.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Channels As SpectrumFrequencyChannelCollection
C# 
public virtual SpectrumFrequencyChannelCollection Channels {get;}
C++/CLI 
public:
virtual property SpectrumFrequencyChannelCollection^ Channels {
   SpectrumFrequencyChannelCollection^ get();
}

Remarks

Most SpectrumFrequency properties map to properties on SpectrumFrequencyChannel. Setting the property value in SpectrumFrequency corresponds to setting the property value on each item in Channels. Getting the property value in SpectrumFrequency corresponds to getting the corresponding property value on the first item in Channels.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 26.20

See Also