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


Glossary Item Box

Gets or sets the bandwidth used when applying the test model.

Syntax

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

Remarks

FR2-2 Bandwidths are not supported by the test models and will be clipped when applied.

Requirements

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

See Also