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


Glossary Item Box

Parts of the pulse to show and highlight.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AutomaticThe sub-part shown and highlighted depends on what kind of trace is being displayed.20.00
EntirePulseRise, Top, Ripple Analysis, and Fall samples.
FallingEdgeFalling edge samples are shown and highlighted.
FrequencyPhaseAnalysisFrequency/Phase analysis samples are shown and highlighted.
OnOn samples are shown and highlighted.
PulseToPulseAnalysisPulse-to-Pulse analysis samples are shown and highlighted.
RippleAnalysisRipple analysis samples are shown and highlighted.
RisingEdgeRising edge samples are shown and highlighted.
TopTop samples are shown and highlighted.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

When showing multiple pulses, the samples between pulses are also shown.

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 19.00

See Also