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


Glossary Item Box

Gets the number of segments in the current recording.

Syntax

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

Remarks

If the current recording is not a segmented capture, then this property returns 1.

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