Keysight Pathwave 89600 VSA .NET API
ChannelSpacing Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Keysight.SA.Vsa.ContextExtensions.NewRadio Namespace > StandardSpecificConfiguration Class : ChannelSpacing Property


Glossary Item Box

Gets or sets the channel spacing of the CarrierConfigurations.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property ChannelSpacing As ChannelSpacing
C# 
public abstract ChannelSpacing ChannelSpacing {get; set;}
C++/CLI 
public:
abstract property ChannelSpacing ChannelSpacing {
   ChannelSpacing get();
   void set (    ChannelSpacing value);
}

Remarks

When ChannelRaster is ChannelRaster.None, then this property is ignored. The default value is ChannelSpacing.AdjacentCarriers.

Requirements

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

See Also