Keysight Pathwave 89600 VSA .NET API
ScanAtTime Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Spectrogram Class : ScanAtTime 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 ScanAtTime( _
   ByVal seconds As Double _
) As Integer
C# 
public abstract int ScanAtTime( 
   double seconds
)
C++/CLI 
public:
abstract int ScanAtTime( 
   double seconds
) 

Parameters

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

Return Value

The scan number.

Remarks

Each scan in a spectrogram is tagged with the time of its acquisition relative to Measurement.Restart (in seconds). This property returns the index of the nearest scan to the specified time offset (in seconds).

Requirements

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

See Also