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


Glossary Item Box

Gets or sets a value indicating whether the component carrier is an allocated carrier.

Syntax

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

Property Value

The default value is true.

Remarks

This property is only used for UL. If true, regular demodulation and EVM measurement is attempted. If false, regular demodulation and EVM measurement are skipped, but the carrier is used in the computation of In-band emissions for CA.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 19.00

See Also