Keysight Pathwave 89600 VSA .NET API
ConditionNumberConfiguration Enumeration
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace : ConditionNumberConfiguration Enumeration


Glossary Item Box

Specifies the frequency domain granularity when calculating the condition number

Syntax

Visual Basic (Declaration) 
Public Enum ConditionNumberConfiguration 
   Inherits System.Enum
C# 
public enum ConditionNumberConfiguration : System.Enum 
C++/CLI 
public enum class ConditionNumberConfiguration : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
Offthe MIMO condition number calculation is OFF.
PerSubcarrierthe MIMO condition number calculation is ON, and the frequency granularity is per subcarrier.
UserDefinedGranularitythe MIMO condition number calculation is ON, and the frequency granularity is user defined RB number
Widebandthe MIMO condition number calculation is ON, and the frequency granularity is all RBs allocated for the PDSCH or PUSCH.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

User can enable or disable the condition number calculation in MIMO test scenario. When the condition number calculation is ON, use can control the frequency domain granularity for condition number calculation. The granularity can be per subcarrier , PerSubcarrier Or it can be based on all the RBs of the PDSCH/PUSCH allocation, Wideband and it can also be specified by customer UserDefinedGranularity, in this case, the granularity is decided by .

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 24.20

See Also