Write/Read |
About Phase Reference Cal |
Description |
Set and read the Cal Set name into which the calibration will be saved. The phase reference cal can NOT be saved to a cal register. The Cal Set is saved by calling GenerateErrorTerms at the conclusion of the Guided Cal. |
VB Syntax |
phasRef.CalSet = value |
Variable |
(Type) - Description |
phasRef |
A PhaseReferenceCalibration Object |
value |
(String) Cal Set name. |
Return Type |
String |
Default |
Not Applicable |
Examples |
phase.CalSet = "PhaseRefCal" |
C++ Syntax |
HRESULT get_CalSet(BSTR CalSet* pVals); HRESULT put_CalSet(BSTR CalSet newVals); |
Interface |
IPhaseReferenceCalibration |