NI-FGEN C Function Reference

NIFGEN_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 to simulate NI-FGEN I/O operations. If simulation is enabled, NI-FGEN functions perform range checking and call Get Attribute and Set Attribute functions, but they do not perform device I/O. For output parameters that represent device data, NI-FGEN functions return calculated values.

Use the niFgen_InitWithOptions function to override default value.

Defined Values

VI_TRUENI-FGEN simulates I/O operations.
VI_FALSENI-FGEN does not simulate I/O operations.

Default Value: VI_FALSE

Log in to get a better experience