Write/Read |
About Phase Reference Cal |
Description |
Sets and returns the Source Attenuator setting for the Phase Reference calibration. Note: This setting MUST match the source attenuator setting at the mixer input port for subsequent SMC+Phase measurements. |
VB Syntax |
phasRef.SourceAttenuator = value |
Variable |
(Type) - Description |
phasRef |
A PhaseReferenceCalibration Object |
value |
Attenuation value in dB. Choose a valid value for the VNA model. See valid settings. |
Return Type |
Double |
Default |
10 dB |
Examples |
phase.SourceAttenuator = 0 |
C++ Syntax |
HRESULT get_SourceAttenuator(Double* pVals); HRESULT put_SourceAttenuator(Double pVals); |
Interface |
IPhaseReferenceCalibration |