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


Glossary Item Box

Gets or sets a value indicating whether CSI-RS is present in the signal, if the carrier is a component carrier of LTE-Advanced

Syntax

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

Property Value

The default is false.

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 16.00

See Also