Write/Read |
Description |
Specifies whether to use a Thru standard or to use two power sensor connections during the power cal of an SMC calibration. Learn more. This command must be sent immediately after the Initialize command, but before all other calibration properties. |
VB Syntax |
smc.SeparatePowerCal = bool |
Variable |
(Type) - Description |
smc |
An SMCType (object) |
bool |
(Boolean) True - Do NOT use a Thru, but instead perform separate power cals on Input and Output reference planes. False - Perform Cal with Thru standard. |
Return Type |
Boolean |
Default |
False |
Example |
FCAppLib.ISMCType4 SMC = (FCAppLib.ISMCType4)CalMgr.CreateCustomCal("SMC"); |
C++ Syntax |
HRESULT put_SeparatePowerCal(VARIANT_BOOL bValue); HRESULT get_SeparatePowerCal(VARIANT_BOOL *bValue); |
Interface |
SMCType4 |