Write/Read
About Segment Sweep

SADataThreshold Property


Description

Sets or returns the SA data threshold.

 VB Syntax

seg.SADataThreshold = value

Variable

(Type) - Description

seg

A Segment (object)

value

(Double)  Data threshold (in dBm).

Return Type

Double

Default

-60 dBm

Examples

seg.SADataThreshold = -60 'Write

value = seg.SADataThreshold 'Read

C++ Syntax

HRESULT get_SADataThreshold(double* pVal);

HRESULT put_SADataThreshold(double pVal);

Interface

ISegment5