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_TRUE | The IVI Engine keeps a list of value coercions. |
VI_FALSE | The IVI Engine does not keep a list of value coercions. |
Default Value: VI_FALSE