Write/Read
About Diff I/Q App

RangeStopFrequency Property


Description

Sets and reads the Stop value for the specified frequency range.

On the Frequency Range dialog under Frequency, this is the Stop setting.

 VB Syntax

DIQ.RangeStopFrequency (n)= value

Variable

(Type) - Description

DIQ

A Differential I/Q (object)

n

(Long) Frequency range number.

value

(Double)  Frequency range stop value. Choose a value within the frequency range of the analyzer.

Return Type

Double

Default

Maximum frequency of the analyzer.

Examples

diq.RangeStopFrequency(2) = 1e9 'Write

value = diq.RangeStopFrequency(1) 'Read

C++ Syntax

HRESULT get_RangeStopFrequency(long range, double* RangeStopFrequency);

HRESULT put_RangeStopFrequency(long range, double RangeStopFrequency);

Interface

IDIQ