Write/Read |
About Mixer Configuration |
Description |
Sets and returns the Stop Power value of the mixer Input Power. 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.InputStopPower = value |
Variable |
(Type) - Description |
obj |
|
value |
(double) - Input Stop Power in dBm. |
Return Type |
Double |
Default |
Stop Power of the VNA |
Examples |
mixer.InputStopPower = 0 |
C++ Syntax |
HRESULT get_InputStopPower(double *pVal) HRESULT put_InputStopPower(double newVal) |
Interface |
IConverter |