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


Glossary Item Box

Gets or sets a value indicating whether measurement span is coupled to provide minimal sample rate required by MaximumTransmissionBandwidth of PrimaryComponentCarrier.

Syntax

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

Property Value

The default value is false.

Remarks

If value is true, span automatically coupled to provide a sample rate to minimize data size and resampling overhead. If value is false, span is set manually by customer. NOTE: If value is true, Spectrum trace may not include full visibility of the signal bandwidth.

Requirements

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

See Also