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


scan
Specifies the spectrogram scan.

Glossary Item Box

Gets the time at the specified scan.

Syntax

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

Parameters

scan
Specifies the spectrogram scan.

Return Value

The time (in seconds).

Remarks

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

Requirements

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

See Also