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


Glossary Item Box

Gets or sets a value indicating the payload size(bit number) of the CSI Part2 transmitted on this PUCCH.

Syntax

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

Property Value

The unit is bit, default value is 1 bits, range is 1~1706 bits.

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