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