Keysight Pathwave 89600 VSA .NET API
Lmax Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > SSBlock Class : Lmax Property


Glossary Item Box

Gets or sets the maximum number of possible SS/PBCH blocks in a transmission opportunity.

Syntax

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

Property Value

Default value depends on MaximumTransmissionBandwidth.

Remarks

This value is fixed for a given carrier bandwidth. Typically, higher frequency and bandwidth carriers use a larger set of SS/PBCH opportunities to support a larger set of antenna beams.

Requirements

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

See Also