Write/Read |
About SA Application |
Description |
Sets and returns the list of exported receivers. Note: This list can contain receivers that are not currently measured in the channel. However, this is not an issue. To get the current list of receivers that export data, query ExportReceiverList. |
VB Syntax |
sa.dft.ExportReceiverSetList = list |
Variable |
(Type) - Description |
sa.dft |
A SpectrumAnalyzerDFT (object) |
list |
(String) Variable to store the returned list. |
Return Type |
String |
Example |
sa.dft.ExportReceiverSetList = "B" 'Write |
list = sa.dft.ExportReceiverSetList 'Read |
|
C++ Syntax |
HRESULT get_ExportReceiverSetList(BSTR* ReceiverList); HRESULT put_ExportReceiverSetList(BSTR ReceiverList); |
Interface |
ISpectrumAnalyzerDFT |