niVNA_LoadUserDefinedManualCalibrationKitDataFromFile
- Updated2023-02-21
- 1 minute(s) read
niVNA_LoadUserDefinedManualCalibrationKitDataFromFile(ViSession instrumentHandle, ViConstString channel, ViConstString filePath);
Purpose
Loads the user-defined manual calibration characterization data.
Specify the user-defined manual calibration kit data using the NI-VNA SFP. Refer to the User Calibration topic for more information about specifying manual calibration kit data.
Supported Devices: NI 5630/5632
Parameters
| Input | ||
| Name | Type | Description |
| instrumentHandle | ViSession | Identifies your instrument handle. |
| channel | ViConstString | Specifies the channel for which this operation is targeted. |
| filePath | ViConstString | Specifies the absolute file path from which to load the calibration and configuration data. |
Return Value
| Name | Type | Description | ||||||||
| returnValue | ViStatus | Returns the status code of this operation. The status code either indicates success or describes an error or warning condition. Examine the status code from each call to an NI-VNA function to determine if an error has occurred. To obtain a text description of the status code and additional information about the error condition, call the niVNA_GetError function. To clear the error information from NI-VNA, call the niVNA_ClearError function. The general meaning of the status code is as follows:
|
||||||||