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


Glossary Item Box

Enum values indicating which data parts are included in the CCDF calculation as well as Time/Spectrum trace display.

Syntax

Visual Basic (Declaration) 
Public Enum CcdfDataSourceMode 
   Inherits System.Enum
C# 
public enum CcdfDataSourceMode : System.Enum 
C++/CLI 
public enum class CcdfDataSourceMode : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
AllDataWithinMeasurementIntervalAll data within the measurement interval are included.
ChannelsEnabledWithinMeasurementIntervalAll the physical channels which are enabled within the measurement interval are included.
ChannelsEvmIncludedWithinMeasurementIntervalAll the physical channels which are enabled and also included in EVM calculation within the measurement interval are included.27.20
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

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