The default TestStand schema logs array data, such numeric arrays, to this table.

Table 17. PROP_BINARY Table Schema
Column Name Data Type Description
ID Primary Key Unique value that identifies each entry in the table.
PROP_RESULT Foreign Key Property ID from the PROP_RESULT table that associates the result with the generic property result.
UPPER_BOUNDS String Upper bounds of the data portion of the array. For example, "[4][5]".
LOWER_BOUNDS String Lower bounds of the data portion of the array. For example, "[0][0]".
DATA FORMAT String Data format of the DATA field. Refer to Logging Binary and String Database Values for more information about writing values to binary columns.
DATA Binary Values of the array.