Keysight Pathwave 89600 VSA .NET API
ScanAtTimeTrace Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Spectrogram Class : ScanAtTimeTrace Method


seconds
Specifies the time relative to the start of the measurement.

Glossary Item Box

Gets the nearest scan on the display to the specified time.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function ScanAtTimeTrace( _
   ByVal seconds As Double _
) As Integer
C# 
public abstract int ScanAtTimeTrace( 
   double seconds
)
C++/CLI 
public:
abstract int ScanAtTimeTrace( 
   double seconds
) 

Parameters

seconds
Specifies the time relative to the start of the measurement.

Return Value

The scan number.

Requirements

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

See Also