NIFGEN_ATTR_QUERY_INSTRUMENT_STATUS
- Updated2023-02-21
- 1 minute(s) read
Specific Attribute
Numeric Value | Data Type | Access | Applies to | Coercion | High-Level Functions |
---|---|---|---|---|---|
1050003 | ViBoolean | R/W | N/A | None | None |
Description
Specifies whether NI-FGEN queries the device status after each operation. Querying the device status is very useful for debugging. After you validate your program, you can set this attribute to VI_FALSE to disable status checking and maximize performance. However, the effect on NI-FGEN is minor.
NI-FGEN can choose to ignore status checking for particular attributes regardless of the setting of this attribute.
Use the niFgen_InitWithOptions function to override the default value.
Defined Values
VI_TRUE | Enables NI-FGEN device status queries. |
VI_FALSE | Disables NI-FGEN device status queries. |
Default Value: VI_TRUE