niRFSA_IsSelfCalValid
- Updated2024-05-08
- 2 minute(s) read
niRFSA_IsSelfCalValid
ViStatus niRFSA_IsSelfCalValid(ViSession instrumentHandle, ViBoolean* selfCalValid, ViInt64* validSteps);
Purpose
Indicates which calibration steps contain valid calibration data. To omit steps with valid calibration data from self-calibration, you can pass the validSteps parameter to the stepsToOmit parameter of the niRFSA_SelfCalibrate function.
Supported Devices: PXI-5661, PXIe-5663/5663E/5665/5667/5668
Parameters
| Input | ||||||||||||||
| Name | Type | Description | ||||||||||||
| vi | ViSession | Identifies your instrument session. vi is obtained from the niRFSA_init or niRFSA_InitWithOptions function. | ||||||||||||
| Output | ||||||||||||||
| Name | Type | Description | ||||||||||||
| selfCalValid | ViBoolean* | Returns VI_TRUE if all the calibration data is valid and VI_FALSE if any of the calibration data is invalid. | ||||||||||||
| validSteps | ViInt64* | Returns valid steps.
|
||||||||||||
Return Value
| Name | Type | Description | ||||||||
| status | 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-RFSA 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 niRFSA_GetError function. To clear the error information from NI-RFSA, call the niRFSA_ClearError function. The general meaning of the status code is as follows:
|
||||||||
