Write/Read |
Description |
Sets and returns whether or not the LO power cal step is included in the cal steps when a Cal is performed. Set LO Power Level using |
VB Syntax |
obj.EnableLOPowerCal(n) = value |
Variable |
(Type) - Description |
obj |
A SMCType (object) A VMCType (object) A SweptIMDCal (object) A NoiseCal (object) |
n |
LO Stage. Choose 1. (Only single LO allowed) |
value |
(Boolean) Choose from: False - Skips over the LO Power Cal when calibrating. True - Includes a step for LO Power Cal when calibrating. |
Return Type |
Boolean |
Default |
PNA Rev. 9.1 and above: False Before Rev 9.1: True |
Examples |
imd.EnableLOPowerCal(1)= true 'Write |
loPwrCal = imd.EnableLOPowerCal(1) 'Read |
|
C++ Syntax |
HRESULT get_EnableLOPowerCal (long stage, BOOL *enable) HRESULT put_EnableLOPowerCal (long stage, BOOL enable) |
Interface |
ISMCType IVMCType ISweptIMD2 INoiseCal2 |
Last Modified:
6-Oct-2011 |
Added SMC and VMC |
21-Oct-2009 |
Added NoiseCal |
27-Mar-2009 |
MX New topic |