Write/Read
About Guided Power Cal
About NFXCal

PowerSensorCalKitType Property


Description

Set and read the cal kit to be used for calibrating at the reference plane when the power sensor connector is different from the DUT port.

When used with Guided Power Cal, first enable a power cal using PerformPowerCalibration Property.

 VB Syntax

object.PowerSensorCalkitType (n) = value

Variable

(Type) - Description

object

A GuidedCalibration (object)

n

(Long) PNA port number for which cal kit is specified.

value

(String) - Cal Kit. Use CompatibleCalKits Property to return a list of valid cal kits.

Return Type

String

Default

Not Applicable

Examples

gguided.PowerSensorCalkitType(1) = "85052B" 'Write

ctype =guided.PowerSensorCalkitType(1) 'Read

C++ Syntax

HRESULT get_PowerSensorCalkitType(long port, BSTR* Val)

HRESULT put_PowerSensorCalkitType(long port, BSTR  newVal)

Interface

IGuidedCalibration6


Last Modified:

30-Nov-2010

Fixed example

12-Oct-2009

MX New topic