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


Glossary Item Box

Gets the sample rate (in Samples/Sec) of the current recording.

Syntax

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

Remarks

The sample rate is equivalent to (1 / PlayDeltaSec). 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