NIFGEN_ATTR_RANGE_CHECK
Specific Attribute
Data Type | Access | Applies to | Coercion | High-Level Functions |
---|---|---|---|---|
ViBoolean | R/W | N/A | None | None |
Description
Specifies whether to validate attribute values and function parameters. If enabled, NI-FGEN validates the parameter values that you pass to the 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.
Default Value: VI_TRUE
Use the niFgen_InitWithOptions function to override the default value.