Write/Read
About SA Application

ADCSampleRate Property


Description

Set and read the ADC sample frequency setting. The entered frequency is rounded to the closest value supported by the PNA (25 MHz or 100 MHz).

VB Syntax

sa.ADCSampleRate = value

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Double) Choose from 100 MHz or 25 MHz.

Learn about these settings.

Return Type

Double

Default

100 MHz

Examples

sa.ADCSampleRate = 100MHz   'Write

value = sa.ADCSampleRate 'Read

See an example program.

C++ Syntax

HRESULT put_ADCSampleRate(double rate);

HRESULT get_ADCSampleRate(double* rate);

Interface

ISpectrumAnalyzer