Read-only
About SA Application

SpanBinsCount Property


Description

Read the current span DFT bin count, the number of DFT points processed across the total RF span. When the Detector is bypassed, this is the number of points that are sent to the display.

VB Syntax

value = sa.SpanBinsCount

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Long) Variable to store the returned value.

Return Type

Long

Example

value = sa.SpanBinsCount'Read

C++ Syntax

HRESULT get_SpanBinsCount(long* val);

Interface

ISpectrumAnalyzer4