Write/Read
About GainCompressionCal
About SweptIMDCal
About Guided Power Cal

PowerSensorCalkitType Property


Description

Set and read the cal kit to be used for calibrating at the adapter when the power sensor connector is different from the DUT. Use PowerSensorConnectorType to specify the connector type of the adapter.

 VB Syntax

object.PowerSensorCalkitType = value

Variable

(Type) - Description

object

A GainCompressionCal (object)

A SweptIMDCal (object)

A GuidedCalibrationPowerSensor (object)

value

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

Return Type

String

Default

Not Applicable

Examples

gca.PowerSensorCalkitType = "85052B" 'Write

ctype = imd.PowerSensorCalkitType 'Read

C++ Syntax

HRESULT get_PowerSensorCalkitType(BSTR* Val)

HRESULT put_PowerSensorCalkitType(BSTR  newVal)

Interface

IGainCompressionCal2

ISweptIMD

IGuidedCalibrationPowerSensor


Last Modified:

8-Feb-2011

Added Guided

9-Sep-2008

Added Swept IMD

11-Apr-2008

MX New topic