| Read-only | About SA Application | 
| Description | Returns the currently exported receiver list. Note: The list is set with ExportReceiverSetList can contain more receivers, this query will only return the ones that are currently measured and that are in the receiver list. | 
| VB Syntax | list = sa.dft.ExportReceiverList | 
| Variable | (Type) - Description | 
| sa.dft | A SpectrumAnalyzerDFT (object) | 
| list | (String) Variable to store the returned list. | 
| Return Type | String | 
| Example | list = sa.dft.ExportReceiverList 'Read | 
| C++ Syntax | HRESULT get_ExportReceiverList(BSTR* ReceiverList); | 
| Interface | ISpectrumAnalyzerDFT |