Keysight Pathwave 89600 VSA .NET API
SegmentCount Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Time Class : SegmentCount Property


Glossary Item Box

Gets or sets the number of segments to acquire when doing segmented capture.

Syntax

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

Property Value

The minimum value is 1. The maximum is determined by the limits of the input hardware (or recording). The default value is 10 unless the input hardware or recording limits it to less than that.

Remarks

This value is ignored unless IsSegmentedCapture is true.

When SegmentType is set to SegmentType.VariableLength then this property specifies the desired segment count, but the capture will finish before this value if the hardware acquisition memory fills up before the count specified.

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