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


Glossary Item Box

Gets or sets the n_SCID for the generation of UE-specific RS for the DL user.

Syntax

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

Property Value

The default value is AntennaPortType.Port5.

Remarks

This property is valid only in TDD mode.

This property is valid only if IsUersActive is true.

This property is ignored if UersTransmitterPortNumber is AntennaPortType.Port5.

Requirements

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

See Also