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


Glossary Item Box

Gets or sets the starting pulse in the selected pulse group.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property SelectedPulsesStart As Integer
C# 
public abstract int SelectedPulsesStart {get; set;}
C++/CLI 
public:
abstract property int SelectedPulsesStart {
   int get();
   void set (    int value);
}

Property Value

The default value is 1.

Remarks

If the actual number of measured pulses is less than or equal to SelectedPulsesStart, then there are no selected pulses for that measurement.

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