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


Glossary Item Box

Gets the trigger delay (in Sec) of the current recording.

Syntax

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

Remarks

The trigger delay of the recording is the same as the trigger delay of the inputs when the data was recorded. The delay is zero if the trigger was free run.

Requirements

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

See Also