Write/Read
About SA Application

FileVerboseEnabled Property


Description

Enables/disables exporting frequency and data for text files. Data is not exported until the next new sweep occurs.

 VB Syntax

sa.dft.FileVerboseEnabled = value

Variable

(Type) - Description

sa.dft

A SpectrumAnalyzerDFT (object)

value

(Boolean) Choose from:

0 - OFF - Disable verbose mode.

1 - ON - Enable verbose mode.

Return Type

Boolean

Default

OFF

Examples

sa.dft.FileVerboseEnabled = ON 'Write

value = sa.dft.FileVerboseEnabled 'Read

C++ Syntax

HRESULT get_FileVerboseEnabled(VARIANT_BOOL* enable)
HRESULT put_FileVerboseEnabled(VARIANT_BOOL enable)

Interface

ISpectrumAnalyzerDFT