Write/Read
About Swept IMD

FrequencyCenterCenter Property


Description

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

 VB Syntax

imd.FrequencyCenterCenter = value

Variable

(Type) - Description

imd

A SweptIMD Object

value

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

Return Type

Double

Default

13.255 GHz

Examples

imd.FrequencyCenterCenter = 10e9 'Write

value = imd.FrequencyCenterCenter 'Read

C++ Syntax

HRESULT get_FrequencyCenterCenter(double *pVal)
HRESULT put_FrequencyCenterCenter(double newVal)

Interface

ISweptIMD