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


Glossary Item Box

Gets or sets a value indicating whether playback of the recording will loop to the starting point when it reaches the stopping point.

Syntax

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

Remarks

If this property is set to False, then the measurement pauses when it reaches the end of the recording.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also