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


scan
Specifies the spectrogram scan.

Glossary Item Box

Gets the raw data as a double array at the specified scan index.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function DoubleDataAtScan( _
   ByVal scan As Integer _
) As Double()
C# 
public abstract double[] DoubleDataAtScan( 
   int scan
)
C++/CLI 
public:
abstract array<double>^ DoubleDataAtScan( 
   int scan
) 

Parameters

scan
Specifies the spectrogram scan.

Return Value

A double array

Remarks

All scans have the same format as the Trace's DoubleData, which contains the data for the current scan.

Requirements

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

See Also