Write only |
About ECal User Characterization |
Description |
Saves the User Characterization to VNA disk memory. To save to ECal internal memory, use SaveToECal Method. User Characterization can be saved to both VNA disk memory and ECal module memory. Note: An ECal confidence check can NOT be performed remotely from User Characterizations that are stored on the VNA disk. |
VB Syntax |
userChar.SaveToDiskMemory (name) |
Variable |
(Type) - Description |
userChar |
An ECalUserCharacterizer (object) |
name |
(String) User characterization name. Although there is no limit to the number of characters, only about 10 characters appear in the Cal Wizard dialog when selecting a user characterization for use. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
userChar.SaveToDiskMemory "DUT1" |
C++ Syntax |
HRESULT SaveToDiskMemory(BSTR name); |
Interface |
IECalUserCharacterizer2 |