Write/Read
About IM Spectrum

SpectrumStopFrequency Property


Description

Sets and returns the receiver Stop 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.SpectrumStopFrequency = value

Variable

(Type) - Description

ims

An IMSpectrum Object

value

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

Return Type

Double

Default

950 MHz

Examples

ims.SpectrumStopFrequency = 10e9 'Write

value = ims.SpectrumStopFrequency 'Read

C++ Syntax

HRESULT get_SpectrumStopFrequency(double *pVal)
HRESULT put_SpectrumStopFrequency(double newVal)

Interface

IIMSpectrum