Write/Read
About SA Application

DataExportMarkersEnabled Property


Description

Enables/disables adding marker data to the text file (*.txt) output.

 VB Syntax

sa.dft.DataExportMarkersEnabled = value

Variable

(Type) - Description

sa.dft

A SpectrumAnalyzerDFT (object)

value

(Boolean) Choose from:

0 - OFF - Disable marker data to the file output.

1 - ON - Enable marker data to the file output.

Return Type

Boolean

Default

OFF

Examples

sa.dft.DataExportMarkersEnabled = ON 'Write

value = sa.dft.DataExportMarkersEnabled 'Read

C++ Syntax

HRESULT get_DataExportMarkersEnabled(VARIANT_BOOL* enable)
HRESULT put_DataExportMarkersEnabled(VARIANT_BOOL enable)

Interface

ISpectrumAnalyzerDFT2