Write/Read
About Enhanced Power Cal
About NF Cal

PowerCalibrationLevel Property


Description

Set and read the power level at which to perform the source cal during an Enhanced Power Cal or during the power cal portion of some Noise Figure Cals.

 VB Syntax

object.PowerCalibrationLevel (port) = value

Variable

(Type) - Description

object

A GuidedCalibration (Object)

port

(Long) PNA Port number to connect the power sensor.

value

(Double) - Power level in dB. Choose a value from +30 to (-30).

Return Type

Double

Default

0

Examples

cal.PowerCalibrationLevel(1) = -5 'Write

pLevel = nfx.PowerCalibrationLevel(1) 'Read

See enhanced power cal example

C++ Syntax

HRESULT get_PowerCalibrationLevel(long port, double* pVal)

HRESULT put_PowerCalibrationLevel(long port, double* pVal)

Interface

IGuidedCalibration6


Last Modified:

4-Oct-2010

Added enhanced power cal

12-Oct-2009

MX New topic