Read-only
About SA Application

ExportReceiverCount Property


Description

Returns the number of currently exported receivers.

VB Syntax

value = sa.dft.ExportReceiverCount

Variable

(Type) - Description

sa.dft

A SpectrumAnalyzerDFT (object)

value

(Long) Variable to store the returned value.

Return Type

Long

Example

value = sa.dft.ExportReceiverCount 'Read

C++ Syntax

HRESULT get_ExportReceiverCount(long* val);

Interface

ISpectrumAnalyzerDFT