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


Glossary Item Box

Gets or sets the stopping point of the recording playback.

Syntax

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

Remarks

Determine the point within the current recording at which playback of the recording stops. When the measurement position (PlayPosition property) reaches PlayStop, the measurement either pauses or loops to the PlayStart position, depending upon the state of the IsPlayLoop property. The PlayStop point is determined by the following calculation:

PlayStop point = (PlayStopSec - PlayDelaySec) x PlaySampleRate

The PlayStop property is reset to the end of the recording when you record new data, recall a recording, or enter playback mode (set Input.DataFrom to DataSource.Recording).

Requirements

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

See Also