Write/Read |
About Mixer Configuration |
Description |
Sets or returns the numerator 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.IFNumerator = value |
Variable |
(Type) - Description |
conv |
A Converter (object) |
value |
(Long) IF Numerator value. |
Return Type |
long |
Default |
1 |
Examples |
Print mixer.IFNumerator 'prints the value of the IFNumerator |
C++ Syntax |
HRESULT get_IFNumerator(long *pVal) HRESULT put_IFNumerator(long newVal) |
Interface |
IConverter4 |