Write/Read |
About Diff I/Q App |
Description |
Sets and reads the Stop value for a phase sweep. On the Source Configuration dialog under Phase, this is the Stop Phase setting. |
VB Syntax |
DIQ.PortPhaseStop (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) Stop phase sweep value in degrees. Choose any positive or negative value. |
Return Type |
Double |
Default |
0 |
Examples |
oDIQ.PortPhaseStop("port 2") = -90 |
Value = oDIQ.PortPhaseStop("port 2") 'Read |
|
C++ Syntax |
HRESULT get_PortPhaseStop(BSTR port, double* PortPhaseStop); HRESULT put_PortPhaseStop(BSTR port, double PortPhaseStop); |
Interface |
IDIQ |