Write-Read
About PSAT Marker Search

PMaxBackOff Property


Description

Sets and returns the backoff value used to calculate various PSAT parameters.

A sweep must be executed (single or continuous) and SearchPowerSaturation Method must be sent before reading marker results.

To turn off the PSAT markers, either turn them off individually or DeleteAllMarkers.

To search a User Range with the PSAT search, first activate marker 1. The user range used with the PNOP search only applies to marker 1 searching for the linear gain value. The other markers may fall outside the user range.

 VB Syntax

pSat.PMaxBackOff = value

Variable

(Type) - Description

pSat

A PSaturation (object)

value

(double) - Backoff value in dB. Choose any number between:-500 and 500

Return Type

Double

Default

0 dB

Examples

backoff = pSat.PMaxBackOff 'Read

See example program

C++ Syntax

HRESULT put_PMaxBackOff(double newVal);

HRESULT get_PMaxBackOff(double* pNewVal)

Interface

IPSaturation