RealTimeResultColumnDefinition Object


Description:

Describes a column in a table that displays real time results data. Used by the GUI.

Parents: ResultDataSet

RealTimeResultColumnDefinition Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
ColumnClassName

Name of the result class.

Type: string

Default: "" (empty string)

ColumnDescription

A brief description of the property displayed in this column.

Type: string

Default: "" (empty string)

ColumnPrecision

Column precision.

Type: u8

Default: 255

ColumnPropertyName

Name of the property displayed in this column.

Type: string

Default: "" (empty string)

ColumnSortType

How the column is sorted.

Type: enum

Default: NONE

Possible Values:

Value Description
NONE

Not sorted.

ASCENDING

Ascending.

DESCENDING

Descending.

ColumnUnits

Column units.

Type: u8

Default: 255

ColumnWidth

Width of the column.

Type: u32

Default: 0

RealTimeResultColumnDefinition Read-Only Attributes

There are no read-only attributes.