Write/Read
About Guided Power Cal
About NFX Cal

PowerSensorConnectorType Property


Description

Set and read the power sensor connector type which is used to perform a Power Cal during an S-parameter calibration or during an NFX Cal.

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

 VB Syntax

guided.PowerSensorConnectorType (n) = value

Variable

(Type) - Description

guided

A GuidedCalibration (object )

n

(Long) PNA port number to connect power sensor to.

value

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

Set to "Ignored" to NOT compensate for the adapter.

Return Type

String

Default

Not applicable.

Examples

guided.PowerSensorConnectorType(1) = "APC3.5 male" 'Write

ctype = guided.PowerSensorConnectorType(1) 'Read

C++ Syntax

HRESULT get_PowerSensorConnectorType (long port, BSTR* val);

HRESULT put_PowerSensorConnectorType (long port, BSTR newVal);

Interface

IGuidedCalibration6


Last Modified:

30-Nov-2010

Added index to example

12-Oct-2009

MX New topic