Write/Read
About Phase Reference Cal

StartFrequency Property


Description

Sets and returns the phase reference cal start frequency.

 VB Syntax

phasRef.StartFrequency = value

Variable

(Type) - Description

phasRef

A PhaseReferenceCalibration Object

value

Start frequency in Hz. Choose any frequency from 17.5 MHz to the stop frequency of the PNA.

Return Type

Double

Default

17.5e6

Examples

phase.StartFrequency = 20e6

See example program

C++ Syntax

HRESULT get_StartFrequency(Double* pVals);

HRESULT put_StartFrequency(Double pVals);

Interface

IPhaseReferenceCalibration


Last Modified:

3-Apr-2012

MX New topic