notificationBar_getAllDps()

The function returns a list of all datapoints for the stated system used inside for the notification bar.

Synopsis

dyn_string notificationBar_getAllDps(string sSystem = "" );

Parameters

Parameter Description
sSystem Name of the system for which the datapoint names should be returned

Return Value

Dyn_string with the datapoint names of the datapoints used by the notification bar.

Error

-

Description

A list of all datapoints used by the notification bar is returned for the stated system.

Example

The following example returns all datapoints of System1 used by the notification bar.

main()
{
  dyn_string dsNotificationDps = notificationBar_getAllDps("System1");
  DebugN(dsNotificationDps);
}

Assignment

Notification Bar

Availability

UI, CTRL