Write/Read |
About Mixer Configuration |
Description |
Sets or returns the value of the 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.InputPower = value |
Variable |
(Type) - Description |
obj |
A Mixer Interface pointer to the Measurement (object) Or |
value |
(double) - Input power in dBm. |
Return Type |
Double |
Default |
-15 dBm for IMixer -20 dBm for IConverter |
Examples |
Print mixer.InputPower 'prints the value of the InputPower |
C++ Syntax |
HRESULT get_InputPower(double *pVal) HRESULT put_InputPower(double newVal) |
Interface |
IMixer IConverter |