Write-only |
About Modifying Cal Kits |
Description |
Restores the original properties of the specified Cal Kit, overwritting the last definition with the factory defaults. NOTE: ONLY works with VNA releases 1.0 through 1.6. |
VB Syntax |
app.RestoreCalKitDefaults (calKit) |
Variable |
(Type) - Description |
app |
An Application (object) |
calKit |
(enum NACalKit) - Calibration Kit to restore. Choose from: 1 - naCalKit_85032F_N50 |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
app.RestoreCalKitDefaults naCalKit_MechKit10 |
C++ Syntax |
HRESULT RestoreCalKitDefaults/(tagNACalKit kit) |
Interface |
IApplication |