NIRFSA_ATTR_QUERY_INSTRUMENT_STATUS
Specific Attribute
| Data type |
Access | High Level Functions |
|---|---|---|
| ViBoolean | R/W | None |
Description
Specifies whether NI-RFSA queries the device status after each operation. Querying the device status is useful for debugging. After you validate your program, you can set this attribute to VI_FALSE to disable status checking and maximize performance.
NI-RFSA can choose to ignore status checking for particular attributes, regardless of the setting of this attribute.
![]() |
Note Use niRFSA_InitWithOptions to override this value. |
Defined Values:
| VI_TRUE | NI-RFSA queries the device status after each operation. |
| VI_FALSE | NI-RFSA does not query the device status after each operation. This is the default value. |
