Write/Read
About Swept IMD

F2Frequency Property


Description

Sets and returns the frequency of the F2 tone. Use with IMD sweep types:

  • naIMDToneCWSweep

  • naIMDTonePowerSweep

 VB Syntax

object.F2Frequency = value

Variable

(Type) - Description

object

A SweptIMD or IMSpectrum Object

value

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

Return Type

Double

Default

1.0005 GHz

Examples

imd.F2Frequency = 200e9 'Write

value = imd.F2Frequency 'Read

C++ Syntax

HRESULT get_F2Frequency(double *pVal)
HRESULT put_F2Frequency(double newVal)

Interface

ISweptIMD

IIMSpectrum