| Write/Read | About Diff I/Q App | 
| Description | Sets and reads the reference receiver to be used to perform Match Correction. On the Source Configuration dialog under Match Correction, this is the Reference Receiver setting. | 
| VB Syntax | DIQ.MatchRefReceiver (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 | (String) Choose any of the reference receivers in the analyzer using logical receiver notation. Learn more. These would be "a_" where _ is the test port number. | 
| Return Type | String | 
| Default | Depends on <port> | 
| Examples | oDIQ.MatchRefReceiver("port 1") = "a1" | 
| Value = oDIQ.MatchRefReceiver("port 2") 'Read | |
| C++ Syntax | HRESULT get_MatchRefReceiver(BSTR port, BSTR* MatchRefReceiver); HRESULT put_MatchRefReceiver(BSTR port, BSTR MatchRefReceiver); | 
| Interface | IDIQ |