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