Write/Read
About Safe Sweep

SafeSweepFineThreshold Property


Description

Set and read the compression level at which Safe Sweep changes from the COARSE power adjustment to the FINE power adjustment.

 VB Syntax

gca.SafeSweepFineThreshold = value

Variable

(Type) - Description

gca

A GainCompression (object)

value

(Double)  Threshold setting in dBm. Choose a value from +30 to (-30).

Return Type

Double

Default

0.5 dBm

Examples

gca.SafeSweepFineThreshold = 0.1 'Write

SSThresh = gca.SafeSweepFineThreshold 'Read

C++ Syntax

HRESULT get_SafeSweepFineThreshold(double* value)

HRESULT put_SafeSweepFineThreshold(double value)

Interface

IGainCompression