Write / Read |
About ECal User Characterization |
Description |
Selects the model and serial number of the ECal module to be characterized. This command does NOT set the model and serial number of the ECal module. |
VB Syntax |
userChar.ECalID = value |
Variable |
(Type) - Description |
userChar |
An ECalUserCharacterizer Object |
value |
(String) Model and serial number of the ECal module to be characterized. |
Return Type |
String |
Default |
"" (Empty String) |
Examples |
userChar.ECalID ="N4433A,00001" |
C++ Syntax |
HRESULT put_ECalID(BSTR id); |
Interface |
IECalUserCharacterizer |