NI-SWITCH C Function Reference

NISWITCH_ATTR_SIMULATE

  • Updated2023-02-21
  • 1 minute(s) read

Specific Attribute

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

Description

Specifies whether or not to simulate instrument driver I/O operations. If simulation is enabled, instrument driver functions perform range checking and call Ivi_GetAttribute and Ivi_SetAttribute functions, but they do not perform instrument I/O. For output parameters that represent instrument data, the instrument driver functions return calculated values.
The default value is VI_FALSE. Use the niSwitch_InitWithOptions function to override this value.

Defined Values:

VI_TRUE


VI_FALSE


Related Information