Write/Read |
About Mixer Configuration |
Description |
Sets or returns the denominator value of the IF Fractional Multiplier. Only applies to 2 stage mixers. 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 |
conv.IFDenominator = value |
Variable |
(Type) - Description |
conv |
A Converter (object) |
value |
(long) IF Denominator value. |
Return Type |
Long |
Default |
1 |
Examples |
Print mixer.IFDenominator 'prints the value of the IFDenominator |
C++ Syntax |
HRESULT get_IFDenominator(long *pVal) HRESULT put_IFDenominator(long newVal) |
Interface |
IConverter4 |