Read/Write |
|
Description |
Turns match-correction ON or OFF. Use this command AFTER performing a Guided Power Cal. Learn more. |
VB Syntax |
corrMethods.MatchCorrectPower = value |
Variable |
(Type) - Description |
corrMethods |
CorrectionMethods (object) |
value |
(Boolean) True Turns match-correction ON False Turns match-correction OFF |
Return Type |
Boolean |
Default |
True |
Example |
corrMethods.MatchCorrectPower = True |
C++ Syntax |
HRESULT get_MatchCorrectPower(VARIANT_BOOL* val); HRESULT put_MatchCorrectPower(VARIANT_BOOL newVal); |
Interface |
ICorrectionMethods |