.. _`Report Apply ADAFs with Datasources`: .. _`org.sysess.sympathy.report.apply.adafswithdsrcs`: Report Apply ADAFs with Datasources ``````````````````````````````````` .. image:: report-apply.svg :width: 48 Apply new data to report template and exports it to datasources recieved on the input ports. Documentation ::::::::::::: Signal map ========== The signal map maps 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). Definition :::::::::: Input ports =========== **template** report Report Template **adafs** [adaf] Input ADAFs **dsrc** [datasource] Save path Output ports ============ **dsrc** [datasource] Output files Configuration ============= **File Format** (file_format) File format of exported pages. **Signal Mapping** (signal_mapping) Mapping of incoming signal names to template signal names. Related nodes ============= * :ref:`org.sysess.sympathy.report.apply.adafs` * :ref:`org.sysess.sympathy.report.template.adafs` Implementation ============== .. automodule:: node_report_apply :noindex: .. class:: ReportApplyADAFsWithDsrc :noindex: