Write/Read
About Swept IMD

FrequencyCenterSpan Property


Description

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

 VB Syntax

imd.FrequencyCenterSpan = value

Variable

(Type) - Description

imd

A SweptIMD Object

value

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

Return Type

Double

Default

26.489 GHz

Examples

imd.FrequencyCenterSpan = 10e9 'Write

value = imd.FrequencyCenterSpan 'Read

C++ Syntax

HRESULT get_FrequencyCenterSpan(double *pVal)
HRESULT put_FrequencyCenterSpan(double newVal)

Interface

ISweptIMD