User manual

Table Of Contents
Part 4: Automation Result Interface Reference
Columns
Number of columns in the DataArray. Typically equal to 1000 for Persist waveforms. For Tables, the result
can vary depending on the application.
Applies to: Persist, Table
Persist Example
Dim Columns As Integer
Columns = app.SDA.Eye.Out.Result.Columns
Table Example
Dim Columns As Integer
Columns = app.SerialDecode.Decode1.Out.Result.Columns
4-7