Write/Read |
About Mixer Configuration |
Description |
Sets or returns the LO frequency value. If you are changing several mixer configuration settings, you can make all the changes first and then issue the Calculate and Apply commands as you would do from the user interface. |
VB Syntax |
obj.LOFixedFrequency (n) = value |
Variable |
(Type) - Description |
obj |
A Mixer Interface pointer to the Measurement (object) Or |
value |
(double) - LO Frequency in Hertz. |
n |
(Long) - LO stage number Choose from 1 or 2 |
Return Type |
Double |
Default |
0 Hz |
Examples |
Print mixer.LOFixedFrequency(1) 'prints the value of the first LO fixed frequency |
C++ Syntax |
HRESULT get_LOFixedFrequency(double *pVal) HRESULT put_LOFixedFrequency(double newVal) |
Interface |
IMixer IConverter |