NIRFSA_ATTR_RANGE_CHECK
From NI RF Vector Signal Analyzers
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 niRFSA_InitWithOptions to override this value. |
Defined Values:
| VI_TRUE | NI-RFSA validates attribute values and function parameters. This is the default value. |
| VI_FALSE | NI-RFSA does not validate attribute values and function parameters. |