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


Glossary Item Box

Gets the delta time (in Sec) between sample points in the current recording.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property PlayDeltaSec As Double
C# 
public abstract double PlayDeltaSec {get;}
C++/CLI 
public:
abstract property double PlayDeltaSec {
   double get();
}

Remarks

The delta time is equivalent to (1 / PlaySampleRate). You can use this property along with the PlayPoints property to determine the length, in seconds, of the recording.

Requirements

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

See Also