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


Glossary Item Box

Gets or sets a value indicating the maximum code rate for this PUCCH.

Syntax

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

Property Value

Default value is PucchMaxCodeRate.ZeroDot80.

Remarks

Max coding rate determines how to feedback UCI on PUCCH for format 2, 3 or 4. The field is not applicable for format 0 and 1

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