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


Glossary Item Box

Gets or sets the starting point of the recording playback.

Syntax

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

Remarks

Determine the point within the current recording at which playback of the recording starts. When you restart the measurement (with Measurement.Restart), the current playback position (PlayPosition property) is set to the value of PlayStart. The PlayStop property determines when you reach the end of recording data. The PlayStart point is determined by the following calculation:

PlayStart = (PlayStartSec - PlayDelaySec) x PlaySampleRate

The PlayStart property is reset to the beginning 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