ATTR_FORMAT (Control)
| Type: | Control attribute |
| Description: | The display format of the numeric 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_FLOATING_PT_FORMAT |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 3.0 and later |
Values
| VAL_FLOATING_PT_FORMAT | Example: 123.000 |
| VAL_SCIENTIFIC_FORMAT | Example: 1.23E+2 |
| VAL_ENGINEERING_FORMAT | Example: 123.00E+0 |
| VAL_DECIMAL_FORMAT | Example: 123 |
| VAL_HEX_FORMAT | Example: 7B |
| VAL_OCTAL_FORMAT | Example: 173 |
| VAL_BINARY_FORMAT | Example: 1111011 |