Write/Read
About SA Application

EnableDetectorBypass Property


Description

Set and read the ON/OFF state of the detector bypass setting.

VB Syntax

sa.EnableDetectorBypass = value

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Boolean) Choose from:

0 - OFF - Detector bypass OFF.

1 - ON - Detector bypass ON.

Learn about these settings.

Return Type

Boolean

Default

0

Examples

sa.EnableDetectorBypass = ON   'Write

value = sa.EnableDetectorBypass 'Read

See an example program.

C++ Syntax

HRESULT put_EnableDetectorBypass(VARIANT_BOOL bEnable);

HRESULT get_EnableDetectorBypass(VARIANT_BOOL* bEnable);

Interface

ISpectrumAnalyzer