ResultChartQuerySet Object


Description:

Used to chart real-time results. After apply a ChartSeries object is attached to this object (via ResultChild relation) for each requested result. See ChartSeries for more info.

Parents: Project

Children: EventMessageChartSeries, ValueEventMessageChartSeries

Result children (automatically created): Result, ResultViewData

Relations:

Side name
(Type)
Relative Description
ResultChild
(ResultChild)

Result, ResultViewData

Use this to connect a results object to an object.

ResultChartQuerySet Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
Description

Description of the results in this dataset.

Type: string

Default: "" (empty string)

DisablePaging

Disable paging.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

True.

FALSE

False.

Identifier

Do not modify. For internal GUI use. (Associates a ResultDataSet with a GUI presentation node or a table).

Type: string

Default: "" (empty string)

InternalXmlFormatString

Do not modify. For internal GUI use.

Type: string

Default: "" (empty string)

NotifyInterval

Currently only supported by certain types of l2l3 results. How often updates should be sent.

Type: u16

Default: 1000

Range: 1000 - 60000

PageNumber

Currently only supported by certain types of l2l3 results. Used along with RecordsPerPage to limit the result objects to those with indices between (PageNumber-1) * RecordsPerPage and ((PageNumber-1) * RecordsPerPage) + (RecordsPerPage-1).

Type: u16

Default: 1

Path

Do not modify. For internal GUI use. (Associates a ResultDataSet with a presentation node).

Type: string

Default: "" (empty string)

PrimaryClass

Do not modify. For internal GUI use. (Associates a ResultDataSet with a presentation node).

Type: string

Default: "" (empty string)

RecordsPerPage

Currently only supported by certain types of l2l3 results. The maximum number of result objects that can be displayed simultaneously by this ResultDataSet.

Type: u16

Default: 100

ResultViewOwner

Do not modify. For internal GUI use.

Type: enum

Default: SYSTEM

Possible Values:

Value Description
SYSTEM

Dataset was created by the system.

USER

Dataset was created by the user (in the GUI).

XAxisLabel

X-Axis label.

Type: string

Default: "" (empty string)

YAxisLabel

Y-Axis label.

Type: string

Default: "" (empty string)

ZAxisLabel

Z-Axis label.

Type: string

Default: "" (empty string)

ResultChartQuerySet Read-Only Attributes

Read-Only Attribute Description
Common Read-Only Attributes ResultState
ResultHandleList

Contains the handles of result objects attached to this dataset.

Type: handle

Default: 0

TotalPageCount

Currently only supported by certain types of l2l3 results. It is the total number of results/RecordsPerPage.

Type: u16

Default: 1