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


Glossary Item Box

Gets or sets the number of pulses in the selected pulse group.

Syntax

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

Property Value

The default value is 1. The maximum is int.MaxValue, and the minimum is 1.

Remarks

If the actual number of measured pulses is less than SelectedPulsesCount, then for that measurement the actual number of pulses is used instead of SelectedPulsesCount.

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