Report Apply ADAFs

../../../../_images/report-apply.svg

Applies new data to an existing report template and exports visual elements.

Ref. nodes:Report Template ADAFs Report Template Tables

Ports:

Inputs:

template:

report

Document template for visualization of data

adafs:

[adaf]

List of ADAFs to use as data sources for the document template

Outputs:

dsrc:

[datasource]

Output datasources

Configuration:

save_path
Path to save report pages to.
filename_prefix
Prefix of saved files.
file_format
File format of exported pages.
signal_mapping
Mapping of incoming signal names to template signal names.

Apply new data to an existing report template and export visual elements.

Signal Mapping
Map input signal names to template signal names. If the input signal field is empty the template signal name will be used. Input signals are chosen using a combo box in which the length and the name of the signal are shown. The signal name is always presented as “table_name.column_name”. There is currently no check to ensure that the same signal length is used for template signals which require same length (a plot is only meaningful if e.g. the length of the x-coordinates and the length of the y-coordinates match).
class node_report_apply.ReportApplyADAFs[source]