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


Glossary Item Box

Specifies the DCI Detection Include which allows user to specify which supported combination of DCI Format 1, 1B, 1D are present within measured signal

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
Format1And1BAuto-detect both DCI Format 1 and DCI Format 1B.
Format1And1DAuto-detect both DCI Format 1 and DCI Format 1D.
Format1BOnlyAuto-detect only DCI Format 1B.
Format1DOnlyAuto-detect only DCI Format 1D.
Format1OnlyAuto-detect only DCI Format 1.
‡ 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)

See Also