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