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


Glossary Item Box

Gets or sets payload size for PDCCH channel

Syntax

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

Property Value

Default value is 20. Range is from 1 to (number of PDCCH candidates*108 - 24)

Requirements

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

See Also