Write/Read |
About Diff I/Q App |
Description |
Sets and reads the stop value of a power sweep. On the Source Configuration dialog under Power, this is the Stop Power setting. |
VB Syntax |
DIQ.PortStopPower (port) = value |
Variable |
(Type) - Description |
DIQ |
A Differential I/Q (object) |
port |
(String) Source port name. Use SourcePortNames to read a list of valid source ports. |
value |
(Double) Power sweep stop value in dBm. Choose start and stop value within a single attenuator range of the analyzer (generally about 30 dB). |
Return Type |
Double |
Default |
-5 dBm |
Examples |
oDIQ.PortStopPower("port 2") = 0 |
Value = oDIQ.PortStopPower("port 2") 'Read |
|
C++ Syntax |
HRESULT get_PortStopPower(BSTR port, double* PortStopPower); HRESULT put_PortStopPower(BSTR port, double PortStopPower); |
Interface |
IDIQ |