Write/Read |
About ECal User Characterization |
Description |
Sets and reads a description of the VNA used to perform 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.UserDescriptionOfPNA = value |
Variable |
(Type) - Description |
userChar |
An ECalUserCharacterizer Object |
value |
(String) Descriptive text, limited to 14 characters maximum. |
Return Type |
String |
Default |
""(Empty String) |
Examples |
userChar.UserDescriptionOfPNA = "My PNA" |
C++ Syntax |
HRESULT get_UserDescriptionOfPNA(BSTR *info); HRESULT put_UserDescriptionOfPNA(BSTR info); |
Interface |
IECalUserCharacterizer |