Write/Read
About SA Application

DataLevelThresholdEnabled Property


Description

Enables/disables data level threshold mode. Set the threshold level using the DataLevelThreshold command.

 VB Syntax

sa.dft.DataLevelThresholdEnabled = value

Variable

(Type) - Description

sa.dft

A SpectrumAnalyzerDFT (object)

value

(Boolean) Choose from:

0 - OFF - Disable threshold mode.

1 - ON - Enable threshold mode.

Return Type

Boolean

Default

OFF

Examples

sa.dft.DataLevelThresholdEnabled = ON 'Write

value = sa.dft.DataLevelThresholdEnabled 'Read

C++ Syntax

HRESULT get_DataLevelThresholdEnabled(VARIANT_BOOL* enable)
HRESULT put_DataLevelThresholdEnabled(VARIANT_BOOL enable)

Interface

ISpectrumAnalyzerDFT2