Read/Write |
|
Description |
Specifies which port of the ECal module is connected to which port of the VNA 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
Ports of the module which are not used are omitted from the string. For example, on a 4-port ECal module with
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 |