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


Glossary Item Box

Gets or sets whether a PDCCH with ambiguous length is to be decoded as DCI Format 1 or Format 1A

Syntax

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

Remarks

If there is no potential for confusion, DCI Formats 1 and 1A will be decoded separately. Otherwise, this property helps to choose the right DCI Format.

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 19.00

See Also