Write/Read
About SMART Sweep

SmartSweepSettlingTime Property


Description

Set and read the amount of time SMART Sweep will dwell at the first point where the input power changes by the Backoff or X level.

Learn more.

 VB Syntax

gca.SmartSweepSettlingTime = value

Variable

(Type) - Description

gca

A GainCompression (object)

value

(double) - Settling time in seconds. Choose any positive value.

Return Type

Double

Default

0

Examples

gca.SmartSweepSettlingTime = .01 'Write

sTime = gca.SmartSweepSettlingTime 'Read

C++ Syntax

HRESULT get_SmartSweepSettlingTime(double* pVal)

HRESULT put_SmartSweepSettlingTime(double newVal)

Interface

IGainCompression