Write/Read
About Swept IMD

FrequencyCenterStart Property


Description

Sets and returns the start frequency when sweeping the main tones. Use with sweep type = naIMDToneCenterFreqSweep.

 VB Syntax

imd.FrequencyCenterStart = value

Variable

(Type) - Description

imd

A SweptIMD Object

value

(Double) Start frequency in Hz. The F1 and F2 tones MUST be within the frequency range of the PNA.

Return Type

Double

Default

10.5 MHz

Examples

imd.FrequencyCenterStart = 20e6 'Write

value = imd.FrequencyCenterStart 'Read

C++ Syntax

HRESULT get_FrequencyCenterStart(double *pVal)
HRESULT put_FrequencyCenterStart(double newVal)

Interface

ISweptIMD