Read/Write
 

EcalOrientation Property


Description

Specifies which port of the ECal module is connected to which port of the PNA when the AutoOrient property = False.

 VB Syntax

SMC.EcalOrientation (mod) = value

Variable

(Type) - Description

SMC

SMCType (object)

mod

(Long)

1 - Use ECAL Module for the calibration.

value

(string) -Format this parameter in the following manner:

Aw,Bx,Cy,Dz

where

  • A, B, C, and D are literal ports on the ECAL module

  • w,x,y, and z are substituted for PNA port numbers to which the ECAL module port is connected.

Ports of the module which are not used are omitted from the string.

For example, on a 4-port ECal module with

  • port A connected to PNA port 2

  • port B connected to PNA port 3

  • port C not connected

  • port D connected to PNA port 1

the string would be: A2,B3,D1

 

Return Type

String

Default

"A1,B2"

Examples

SMC.EcalOrientation (1) = "A2,B1"

C++ Syntax

HRESULT put_EcalOrientation(long lModuleNum, BSTR orientation);

HRESULT get_EcalOrientation(long lModuleNum, BSTR *orientation);

Interface

SMCType