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


firstScan
Specifies the reference scan.
seconds
Specifies the duration in seconds.

Glossary Item Box

Gets the number of scans within the specified bounds.

Syntax

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

Parameters

firstScan
Specifies the reference scan.
seconds
Specifies the duration in seconds.

Return Value

The number of scans.

Requirements

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

See Also