Write/Read |
About Diff I/Q App |
Description |
Sets and reads the ON / OFF state of phase sweep. On the Source Configuration dialog under Phase, this is the Sweep Phase (On|Off) setting. |
VB Syntax |
DIQ.PhaseSweepState (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 |
(Boolean) Choose from:
|
Return Type |
Boolean |
Default |
False |
Examples |
oDIQ.PhaseSweepState("port 2") = True |
Value = oDIQ.PhaseSweepState("port 2") 'Read |
|
C++ Syntax |
HRESULT get_PhaseSweepState(BSTR port, BOOL* PhaseSweepState); HRESULT put_PhaseSweepState(BSTR port, BOOL PhaseSweepState); |
Interface |
IDIQ |