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


Glossary Item Box

Gets or sets a value indicating which data parts are included in the CCDF/Time/Spectrum calculation.

Syntax

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

Remarks

When deciding which time segments are included in CCDF/Time/Spectrum calculation, the resolution is one symbol. If multiple signals are allocated at the same symbol but different spectrum part, and some signals are included, some others are not included, this symbol with all spectrum components will be included in the calculation. Currently the start time of Time/CCDF/Spectrum is based on the analysis boundary of the result component carrier, so only the channel configuration of the result component carrier is used to decide which time segments are included. CcdfDataSourceMode.

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