Write/Read |
About Mixer Configuration |
Description |
Sets or returns the mixer output fixed 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.OutputFixedFrequency = value |
Variable |
(Type) - Description |
obj |
A Mixer Interface pointer to the Measurement (object) Or |
value |
(double) - Output Fixed Frequency in Hertz. |
Return Type |
Double |
Default |
Not Applicable |
Examples |
Print mixer.OutputFixedFrequency 'prints the output fixed frequency value of the mixer. |
C++ Syntax |
HRESULT get_OutputFixedFrequency(double *pVal) HRESULT put_OutputFixedFrequency(double newVal) |
Interface |
IMixer3 IConverter |