Write/Read
About IM Spectrum

SpectrumCenterFrequency Property


Description

Sets and returns the receiver Center frequency for the IM Spectrum measurement. Valid ONLY when Tracking is NOT enabled and when Sweep Type = Linear. Otherwise, this setting is ignored.

 VB Syntax

ims.SpectrumCenterFrequency = value

Variable

(Type) - Description

ims

An IMSpectrum Object

value

(Double) Center frequency in Hz. Choose a frequency within the range of the PNA.

Return Type

Double

Default

1.0 GHz

Examples

ims.SpectrumCenterFrequency = 10e9 'Write

value = ims.SpectrumCenterFrequency 'Read

C++ Syntax

HRESULT get_SpectrumCenterFrequency(double *pVal)
HRESULT put_SpectrumCenterFrequency(double newVal)

Interface

IIMSpectrum