NI-FGEN C Function Reference

NIFGEN_ATTR_RECORD_COERCIONS

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

Specific Attribute

Numeric Value Data Type Access Applies to Coercion High-Level Functions
1050006 ViBoolean R/W N/A None None

Description

Specifies whether the IVI Engine keeps a list of the value coercions it makes for ViInt32 and ViReal64 attributes. Call the niFgen_GetNextCoercionRecord function to extract and delete the oldest coercion record from the list.

Use the niFgen_InitWithOptions function to override the default value.

Defined Values

VI_TRUEThe IVI Engine keeps a list of value coercions.
VI_FALSEThe IVI Engine does not keep a list of value coercions.

Default Value: VI_FALSE

Log in to get a better experience