Write/Read |
About Diff I/Q App |
Description |
Sets and reads the start value of a power sweep. On the Source Configuration dialog under Power, this is the Start Power setting. |
VB Syntax |
DIQ.PortStartPower (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 start 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.PortStartPower("port 2") = 0 |
Value = oDIQ.PortStartPower("port 2") 'Read |
|
C++ Syntax |
HRESULT get_PortStartPower(BSTR port, double* PortStartPower); HRESULT put_PortStartPower(BSTR port, double PortStartPower); |
Interface |
IDIQ |