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


Glossary Item Box

Defines the available detector types. Multiple detectors can be enabled simultaneously. The set of enabled detectors determines the data results that are available for display in a trace.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AverageAverage detector
NegativePeakNegative Peak (Min) detector
NoneNo detectors
NormalMin/Max detector
PeakPeak (Max) detector
SampleSample detector
‡ 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