Keysight Pathwave 89600 VSA .NET API
ConfigureWhetherIncludedInRmsEvm Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > ComponentCarrier Class : ConfigureWhetherIncludedInRmsEvm Method


include
Specifies whether to include or exclude all channels in the RMS EVM results.

Glossary Item Box

Configures whether all channels assigned to this ComponentCarrier are included or excluded in the EVM results.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub ConfigureWhetherIncludedInRmsEvm( _
   ByVal include As Boolean _
) 
C# 
public virtual void ConfigureWhetherIncludedInRmsEvm( 
   bool include
)
C++/CLI 
public:
virtual void ConfigureWhetherIncludedInRmsEvm( 
   bool include
) 

Parameters

include
Specifies whether to include or exclude all channels in the RMS EVM results.

Remarks

In particular, this configures properties on channels with the suffix "IncludedInRmsEvm". This affects the data, DMRS, and PTRS for all channels. To read the properties that this function configures, search on individual channels for properties with the suffix "IncludedInRmsEvm". Examples: Pdsch.IsDataIncludedInRmsEvm, Pdsch.IsDmrsIncludedInRmsEvm, Pdsch.IsPtrsIncludedInRmsEvm, Pusch.IsDataIncludedInRmsEvm, Pusch.IsDmrsIncludedInRmsEvm, Pusch.IsPtrsIncludedInRmsEvm, etc.

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 26.20

See Also