Tablename.BytesPerRecord (Number of Bytes in a Record)

The TableName.BytesPerRecord syntax returns the number of bytes for records in a DataTable. This fieldname is only available in the CR6, CR1000X, and GRANITE Series dataloggers.

Syntax

TableName.TableBytes

Remarks

Programs written for Campbell Scientific data loggers use one or more data tables to store measurements, calculations, and variable states. The rows of a data table are called records, and the columns are called fields.

When using Tablename.BytesPerRecord, enter the name of the DataTable in place of the TableName parameter. The TableName is limited to 20 characters. The function returns the size, in bytes, of a single record in the specified table.

For additional data table access functionality, see Data Table Access.