DSIMA
 All Classes Namespaces Files Functions Variables
globalresults.js File Reference

Functions

function fixedFormat (v)
 Format a number to have 2 fixed decimals. More...
 
function buildDailyResultsChart ()
 Build the daily results chart of the global results. More...
 
function displayGlobalResults (xmlData)
 Display the global results. More...
 

Variables

var globalResults =null
 Global results xml document. More...
 
var globalAttributes
 List of global attributes to display. More...
 

Function Documentation

function buildDailyResultsChart ( )

Build the daily results chart of the global results.

function displayGlobalResults (   xmlData)

Display the global results.

Parameters
xmlDataXML data with the global results.
function fixedFormat (   v)

Format a number to have 2 fixed decimals.

Parameters
vNumber to format.

Variable Documentation

var globalAttributes
Initial value:
=["Welfare",
"",
"Shedding costs",
"DSOs costs",
"TSOs surplus",
"Producers surplus",
"Retailers surplus",
"",
"Total production",
"Total consumption",
"",
"Total imbalance",
"Max. imbalance",
"Total usage of flex.",
"Total opp. usage of flex.",
"Total energy shed"
]

List of global attributes to display.

var globalResults =null

Global results xml document.