Write/Read
About Swept IMD

DeltaFrequencyStop Property


Description

Sets and returns the stop spacing of the main tones. Use with sweep type= naIMDDeltaFrequencySweep

 VB Syntax

imd.DeltaFrequencyStop = value

Variable

(Type) - Description

imd

A SweptIMD Object

value

(Double) - Stopping tone separation between F1 and F2 in Hz. Both F1 and F2 tones MUST be within the frequency range of the PNA where:

F1 (stop) = imd.FrequencyCenter – imd.DeltaFrequencyStop / 2

F2 (stop) = imd.FrequencyCenter + imd.DeltaFrequencyStop / 2

Return Type

Double

Default

10 MHz

Examples

imd.DeltaFrequencyStop = 20e6 'Write

value = imd.DeltaFrequencyStop 'Read

C++ Syntax

HRESULT get_DeltaFrequencyStop(double *pVal))
HRESULT put_DeltaFrequencyStop(double newVal)

Interface

ISweptIMD