Admin Production ni-theme
Current Publication

ATTR_CHECK_RANGE

LabWindows/CVI

ATTR_CHECK_RANGE (Control)

Type: Control attribute
Description: The type of range checking for the control. When used on a table, it refers to the default state of new cells when ATTR_TABLE_MODE is set to VAL_GRID.
Control Types: Numerics, numeric slides, tables.
Data Type: integer
Default Value: VAL_NOTIFY
LabWindows/CVI
Compatibility:
LabWindows/CVI 3.0 and later

Values

VAL_COERCE The value is coerced to the upper or lower range boundary, whichever is closer. When a value is coerced, an EVENT_VAL_COERCED event occurs.
VAL_IGNORE The value remains unchanged.
VAL_NOTIFY Whenever the control is active, the operator is notified with an Out of Range box.