Write/Read
About Safe Sweep

SafeSweepMaximumLimit Property


Description

When the PNA port that is connected to the DUT Output measures the specified value, the input power to the DUT is no longer incremented at that frequency.

 VB Syntax

gca.SafeSweepMaximumLimit = value

Variable

(Type) - Description

gca

A GainCompression (object)

value

(Double)  Maximum power level in dBm. Choose a value from -100 to +100.

Return Type

Double

Default

100

Examples

gca.SafeSweepMaximumLimit = 23 'Write

maxPwr = gca.SafeSweepMaximumLimit 'Read

C++ Syntax

HRESULT get_SafeSweepMaximumLimit(double* value)

HRESULT put_SafeSweepMaximumLimit(double value)

Interface

IGainCompression


Last Modified:

16-Mar-2010

MX New topic