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


Glossary Item Box

Gets or sets the channel frequency raster for positioning the CarrierConfigurations.

Syntax

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

Remarks

The default value is ChannelRaster.None.

Requirements

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

See Also