Write/Read |
About Diff I/Q App |
Description |
Sets and reads the Match Correction ON/OFF state. On the Source Configuration dialog under Match Correction, this is the Match Correction ON setting. |
VB Syntax |
DIQ.MatchState (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.MatchState("port 2") = True |
Value = oDIQ.MatchState("port 2") 'Read |
|
C++ Syntax |
HRESULT get_MatchState(BSTR port, BOOL* MatchState); HRESULT put_MatchState(BSTR port, BOOL MatchState); |
Interface |
IDIQ |