Write/Read |
About Mixer Configuration |
Description |
Sets or returns the value of LO Power. |
VB Syntax |
obj.LOPower (n) = value |
Variable |
(Type) - Description |
obj |
A Mixer Interface pointer to the Measurement (object) Or |
n |
(Long) - LO stage number Choose from 1 or 2 |
value |
(double) - LO Power in dBm. |
Return Type |
Double |
Default |
-10dBm |
Examples |
Print mixer.LOPower(1) 'prints the value of the LO Power |
C++ Syntax |
HRESULT get_LOPower(double *pVal) HRESULT put_LOPower(double newVal) |
Interface |
IMixer IConverter |