Write/Read
About Swept IMD

FrequencyCenter Property


Description

Sets and returns the center frequency of the main tones. Use with IMD sweep types:

  • naIMDToneCWSweep

  • naIMDTonePowerSweep

  • naIMDDeltaFrequencySweep

 VB Syntax

object.FrequencyCenter = value

Variable

(Type) - Description

object

A SweptIMD or IMSpectrum Object

value

(Double) Tone center frequency in Hz. Both the F1 and F2 tones MUST be within the frequency range of the PNA.

Return Type

Double

Default

1.0 GHz

Examples

imd.FrequencyCenter = 2e9 'Write

value = imd.FrequencyCenter 'Read

C++ Syntax

HRESULT get_FrequencyCenter(double *pVal)
HRESULT put_FrequencyCenter(double *pVal)

Interface

ISweptIMD

IIMSpectrum