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


firstScan
Specifies the reference scan.
scans
Specifies the scan count.

Glossary Item Box

Gets the time duration between the specified scans in seconds.

Syntax

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

Parameters

firstScan
Specifies the reference scan.
scans
Specifies the scan count.

Return Value

The time duration.

Requirements

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

See Also