Write / Read |
About ECal User Characterization |
Description |
For each port of the ECal module that is going to be characterized, sets and reads the description of the adapters, cable, or fixture to be included in the user characterization. This description is stored with the characterization in the ECal module. Set this description before sending Initialize or the default (empty string) will be used. |
VB Syntax |
userChar.PortDescription (port)= value |
Variable |
(Type) - Description |
userChar |
An ECalUserCharacterizer Object |
port |
(Enum) ECal port for which description is to be set. Choose from: 1 or naECalPort_A 2 or naECalPort_B 3 or naECalPort_C 4 or naECalPort_D |
value |
(String) Descriptive text, limited to 24 characters maximum. |
Return Type |
String |
Default |
"" (Empty String) |
Examples |
userChar.PortDescription (naECalPort_C)= "3.5 mm adapter, SN 00001" |
C++ Syntax |
HRESULT get_PortDescription(NAECalPort port, *BSTR description); HRESULT put_PortDescription(NAECalPort port, BSTR description); |
Interface |
IECalUserCharacterizer |