Write/Read
About SA Application

MultiToneReference Property


Description

Sets and returns the multitone image rejection offset frequency. If the multitone grid does not start from 0 Hz, this command is used to set its offset. To make this more convenient, this command accepts as well the frequency of any tone of the multitone grid (Hz).

VB Syntax

sa.coherence.MultiToneReference = value

Variable

(Type) - Description

sa.coherence

A SpectrumAnalyzerCoherence (object)

value

(Double)  Offset frequency (in Hz)

Return Type

Double

Default

0

Examples

sa.coherence.MultiToneReference = 0  'Write

value = sa.coherence.MultiToneReference 'Read

C++ Syntax

HRESULT put_MultiToneReference(double freqval);

HRESULT get_MultiToneReference(double* freqval);

Interface

ICoherenceSA