Write/Read |
About Phase Reference Cal |
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 VNA. |
Return Type |
Double |
Default |
17.5e6 |
Examples |
phase.StartFrequency = 20e6 |
C++ Syntax |
HRESULT get_StartFrequency(Double* pVals); HRESULT put_StartFrequency(Double pVals); |
Interface |
IPhaseReferenceCalibration |