Write/Read |
About Noise CAL |
Description |
Sets the state of auto orientation for a noise tuner during Noise Figure for NFX. |
VB Syntax |
nfCal.AutoOrientTuner = bool |
Variable |
(Type) - Description |
nfCal |
A NoiseCal (object) |
bool |
(Boolean) True - Set AutoOrientTuneration ON False - Set AutoOrientTuneration OFF |
Return Type |
Boolean |
Default |
True |
Examples |
nfCal.AutoOrientTuner = True |
C++ Syntax |
HRESULT put_AutoOrientTuner(VARIANT_BOOL bEnable); HRESULT get_AutoOrientTuner(VARIANT_BOOL *bEnable); |
Interface |
INoiseCal2 |