NISWITCH_ATTR_QUERY_INSTRUMENT_STATUS

NI-SWITCH Functions

NISWITCH_ATTR_QUERY_INSTRUMENT_STATUS

Specific Attribute

Data
type
Access Applies to Coercion High Level Functions
ViBoolean R/W N/A None None

Description

Specifies whether the instrument driver queries the instrument status after each operation. Querying the instrument 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
The instrument driver can choose to ignore status checking for particular attributes regardless of the setting of this attribute.
The default value is VI_TRUE. Use the niSwitch_InitWithOptions function to override this value.

Defined Values:

VI_TRUE


VI_FALSE