Keysight 89600 VSA .NET API
AffectedPart Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > PdschRateMatchPattern Class : AffectedPart Property


Glossary Item Box

Gets or Sets a value indicating which parts of channel are affected by this rate match pattern.

Syntax

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

Remarks

If AffectedPart is set to AffectedPart.Data, only data parts are affected by this rate match pattern. If it is set to AffectedPart.DataAndDmrs, both data parts and DMRS parts are affected by this rate match pattern.

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.40

See Also