Write/Read |
About Mixer Configuration |
Description |
Sets or returns the denominator value of the LO Fractional Multiplier. 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.LODenominator (n) = value |
Variable |
(Type) - Description |
obj |
A Mixer Interface pointer to the Measurement (object) Or |
value |
(Long) - LO denominator value |
n |
(Long) - LO stage number Choose from 1 or 2 |
Return Type |
Long |
Default |
1 |
Examples |
Print mixer.LODenominator(1) 'prints the value of the first LODenominator |
C++ Syntax |
HRESULT get_LODenominator(long *pVal) HRESULT put_LODenominator(long newVal) |
Interface |
IMixer IConverter |