Write-Read |
About PNOP Marker Search |
Description |
Sets and returns the backoff value used to calculate various PNOP parameters. Also set PinOffset 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.BackOff = value |
Variable |
(Type) - Description |
pnop |
A PNOP (object) |
value |
(double) - Backoff value in dB. Choose any number between:-500 and 500 |
Return Type |
Double |
Default |
0 dB |
Examples |
backoff = pnop.BackOff 'Read |
C++ Syntax |
HRESULT put_BackOff(double newVal); HRESULT get_BackOff(double* pNewVal) |
Interface |
IPNOP |