User guide

16-26 ExtremeWare EPICenter Software Installation and User Guide
Dynamic Reports
# filePath This is the fully specified path of where to
# find the HTML file that has embedded <extr> tags.
# params A string containing params and their values that
# should be available to the procedures in the HTML files.
# The parameters are specified as in HTML. i.e. the param
# is a string of type "param1=value1&param2=value2"
#
# Returns
# The result of executing the command. Typically this is parsed HTML.
#
#####################################################################
#####################################################################
# extr::getSessionParam
# Used in reports to get the value of a specific parameter
# that was passed into the reporting system.
# This method, along with GetFromDB form the two most
# commonly used routines by users of the reporting system.
# The params passed into ExecuteExtrCommand are available
# through this method.
#
# Arguments
# param A param name. This should be one of the params
# that was passed into ExecuteExtrCommand.
# Returns
# The value of the parameter. Returns "" if param was not defined.
#
#####################################################################