Write/Read
About SA Application

SourcePointCount Property


Description

Set and read the number of steps the source will make across the specified source frequency range.

VB Syntax

sa.SourcePointCount = value

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Long)  Point count. Choose a value between 1 and 2e9.

Return Type

Long

Default

1

Examples

sa.SourcePointCount = 10  'Write

value = sa.SourcePointCount 'Read

See an example program.

C++ Syntax

HRESULT put_SourcePointCount(long points);

HRESULT get_SourcePointCount(long* points);

Interface

ISpectrumAnalyzer