Write/Read |
About Mixer Configuration |
Description |
Sets or returns the numerator value of the Input 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.InputNumerator = value |
Variable |
(Type) - Description |
obj |
A Mixer Interface pointer to the Measurement (object) Or |
value |
(Long) - Input numerator value. |
Return Type |
Long |
Default |
1 |
Examples |
Print mixer.InputNumerator 'prints the value of the InputNumerator |
C++ Syntax |
HRESULT get_InputNumerator(long *pVal) HRESULT put_InputNumerator(long newVal) |
Interface |
IMixer IConverter |