Write/Read |
About Mixer Configuration |
Description |
Sets and returns the start frequency value of the mixer Input frequency. 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.InputStartFrequency = value |
Variable |
(Type) - Description |
obj |
A Mixer Interface pointer to the Measurement (object) Or |
value |
(double) - Input start frequency in Hertz. |
Return Type |
Double |
Default |
Start frequency of the VNA |
Examples |
mixer.InputStartFrequency = Start_Freq |
C++ Syntax |
HRESULT get_InputStartFrequency(double *pVal) HRESULT put_InputStartFrequency(double newVal) |
Interface |
IMixer IConverter |