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


Glossary Item Box

Gets or sets a value indicating whether the FrequencyRangeLimitMask is automatically configured.

Syntax

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

Remarks

The default value is true. Auto calculation is dependent on the CarrierReferenceFrequency, CarrierConfiguration.RelativeFrequency, and MaxTransmissionBandwidth. More specifically, the Carrier center frequency and Carrier Frequency Range are used to calculate the FrequencyRangeLimitMask.

Requirements

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

See Also