Write-Read
About PNOP Marker Search

PinOffset Property


Description

Sets and returns the PinOffset value used to calculate various PNOP parameters.

Also set BackOff Property.

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

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

To search a User Range with the PNOP 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

pnop.PinOffset = value

Variable

(Type) - Description

pnop

A PNOP (object)

value

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

Return Type

Double

Default

0 dB

Examples

pinOffs = pnop.PinOffset 'Read

See example program

C++ Syntax

HRESULT put_PinOffset(double newVal);

HRESULT get_PinOffset(double* pNewVal)

Interface

IPNOP