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


seconds
Specifies the time relative to the reference.
firstScan
Specifies the reference scan.

Glossary Item Box

Gets the nearest scan to the specified time but after the specified scan.

Syntax

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

Parameters

seconds
Specifies the time relative to the reference.
firstScan
Specifies the reference scan.

Return Value

The scan number.

Requirements

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

See Also