Write/Read |
About Mixer Configuration |
Description |
Sets or returns the start frequency value of the mixer IF frequency. 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 |
mixer.IFStartFrequency = value |
Variable |
(Type) - Description |
mixer |
A Converter (object) |
value |
(double) - Frequency in Hertz. |
Return Type |
Double |
Default |
Not Applicable |
Examples |
Print mixer.IFStartFrequency 'prints the value of the IFStartFrequency |
C++ Syntax |
HRESULT get_IFStartFrequency(double *pVal) HRESULT put_IFStartFrequency(double newVal) |
Interface |
IMixer |