Write/Read |
About Phase Reference Cal |
Description |
Sets and returns the Phase Reference ID to be used for the Phase Reference calibration. Use GetConnectedPhaseReferences to read the phase references currently connected to the VNA USB. |
VB Syntax |
phasRef.PhaseReference = value |
Variable |
(Type) - Description |
phasRef |
A PhaseReferenceCalibration Object |
value |
(String) Phase Reference ID name. |
Return Type |
String |
Default |
Not Applicable |
Examples |
phase.PhaseReference = "MYPRT0001" |
C++ Syntax |
HRESULT get_PhaseReference(BSTR PhaseReference* pVals); HRESULT put_PhaseReference(BSTR PhaseReference newVals); |
Interface |
IPhaseReferenceCalibration |