Please enable JavaScript to view this site.

TEMES 1.0

Navigation: Appendix > Offline Signal Processing

Calculation Definition File

Scroll Prev Top Next More

A calculation definition file (.CDF) is a profile file which describes the conversion rules. It looks as follows:

 

[Rules]

Include = <Signals to be included>

Exclude = <Signals to be excluded>

DefCount = <Number of new signals>

Def0 = <Definition data of new signal #0>

Def1 = <Definition data of new signal #1>

Defx = <Definition data of new signal #x>

 

Include: The Include entry contains the name of all signals of the input measurement block which are copied directly into the resulting measurement block. Signal names are separated by a comma. Note that the signal position of the new measurement block is taken from the position within this entry. You can use the star symbol ‘*’ as a placeholder to include all signals of the input measurement block.

 

Exclude: The Exclude entry is only necessary, if you use the star symbol within the include entry. Signal names which are listed within the exclude entry are not copied into the resulting measurement even they are mentioned within the include entry.

 

DefCount: The entry DefCount defines the number of signals to be generated. Note that the number of digits should equal those contained in the entry name of the signal definitions (Use Proceeding zeros to adjust the number of digits).

 

Defx: This entry defines the x-th signal to be generated. It contains at least two comma separated parameters:

 

Position

Description

0

Name of the resulting signal

1

Name of the calculation module

2 ... x

Parameter 0 ... (x-2) of the corresponding calculation module