Write/Read
About GainCompressionCal
About SweptIMDCal
About Guided Power Cal

PowerSensorConnectorType Property


Description

Set and read the power sensor connector type which is used to perform the Source Power Cal. Use PowerSensorCalKitType to specify the Cal Kit to use for the cal.

 VB Syntax

object.PowerSensorConnectorType = value

Variable

(Type) - Description

object.

A GainCompressionCal (object)

A SweptIMDCal (object)

A GuidedCalibrationPowerSensor (object)

value

(String) - Power sensor connector type. Use ValidConnectorType Property to return a list of valid connector types.

Select "Ignored" to NOT compensate for the adapter.

Return Type

String

Default

Not applicable

Examples

gca.PowerSensorConnectorType = "APC3.5 male" 'Write

ctype = imd.PowerSensorConnectorType 'Read

C++ Syntax

HRESULT get_PowerSensorConnectorType(BSTR* Val)

HRESULT put_PowerSensorConnectorType(BSTR  newVal)

Interface

IGainCompressionCal2

ISweptIMDCal

IGuidedPowerCalPowerSensor


Last Modified:

8-Feb-2011

Added Guided

9-Sep-2008

Added Swept IMD

11-Apr-2008

MX New topic