Write/Read
About SA Application

DCSourcePointCount Property

Description

Set and read the number of steps the source will make across the specified source DC range. This setting is common to all sources.

VB Syntax

sa.DCSourcePointCount = value

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Long)  Point count. Choose an integer value of 1 or higher.

Learn about these settings

Return Type

Long

Default

1

Examples

sa.DCSourcePointCount = 10  'Write

value = sa.DCSourcePointCount 'Read

C++ Syntax

HRESULT put_DCSourcePointCount(long points);

HRESULT get_DCSourcePointCount(long* points);

Interface

ISpectrumAnalyzer