NIRFSA_ATTR_RANGE_CHECK
- Updated2024-05-08
- 1 minute(s) read
NIRFSA_ATTR_RANGE_CHECK
Specific Attribute
| Data type |
Access | High Level Functions |
|---|---|---|
| ViBoolean | R/W | None |
Description
Specifies whether to validate attribute values and function parameters. If enabled, NI-RFSA validates the parameter values that you pass to NI-RFSA functions. Range checking parameters is very useful for debugging. After you validate your program, you can set this attribute to VI_FALSE to disable range checking and maximize performance.
![]() |
Note Use the niRFSA_InitWithOptions function to override this value. |
| VI_TRUE | NI-RFSA validates attribute values and function parameters. |
| VI_FALSE | NI-RFSA does not validate attribute values and function parameters. |
Default Value: VI_TRUE
Supported Devices: PXI-5600, PXIe-5601/5603/5605/5606 (external digitizer mode), PXI-5661, PXIe-5663/5663E/5665/5667/5668, PXIe-5693/5694/5698, PXIe-5820/5830/5831/5832/5840/5841
