Keysight Pathwave 89600 VSA .NET API
SetSymbolCountPerChannelEstimationUnitPerUser Method
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > MeasurementExtension Class : SetSymbolCountPerChannelEstimationUnitPerUser Method


symbolCountPerChannelEstimationUnitPerUser
integer array, one value per user

Glossary Item Box

Sets an array of symbol count per channel estimation CDM (Code Domain Multiplex) grouping unit for each user ID in the resource map.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SetSymbolCountPerChannelEstimationUnitPerUser( _
   ByVal ParamArray symbolCountPerChannelEstimationUnitPerUser() As Integer _
) 
C# 
public virtual void SetSymbolCountPerChannelEstimationUnitPerUser( 
   params int[] symbolCountPerChannelEstimationUnitPerUser
)
C++/CLI 
public:
virtual void SetSymbolCountPerChannelEstimationUnitPerUser( 
   ... array<int>^ symbolCountPerChannelEstimationUnitPerUser
) 

Parameters

symbolCountPerChannelEstimationUnitPerUser
integer array, one value per user

Remarks

This property is an array of values, with one value for each user ID in the ResourceMap array. The values are unitless. A value of N means that for each pilot (or preamble) subcarrier, the pilot (or preamble) values on N adjacent pilot (or preamble) symbols are used together to estimate the channel response, and this estimation result is applied to all the N adjacent pilot (or preamble) symbols on this subcarrier. If this array is shorter than the highest user ID, any values past the end are assumed to be 1. This method along with SetSubcarrierCountPerChannelEstimationUnitPerUser decide the size of channel estimation CDM (Code Domain Multiplex) grouping unit in time domain and frequency domain.

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 27.40

See Also