Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Telitab1$ is a string expression containing/returning the first Telitab set
  • Telitab2$ is a string expression containing/returning the second Telitab set
  • InpVar1$ is the name of the axis parameter for which to normalise data in Telitab2$, or an expression on the basis of parameters present in the sets, e.g. "Rtot*Vs".
  • If an expression is provided, a parameter Label1$ should be provided, eg. "Rtot*Vs":"PE".
    So, InpVar1$/Label1$ will be the first parameter in the returned Telitab result. Got to QuaestorSyntaxGeneral Quaestor syntax why you have to place parameters between quotes or not.
  • InpVar2$[:Label2$] is the name of the first (normalised) parameter or expression:Label. If InpVar2$ is present in both Telitab1$ and Telitab2$, the values from Telitab1$ are preferred. If you want to use the same parameter (e.g. "Power") from Telitab1$ and Telitab2$ for computing e.g. the difference and name that e.g. "Dpow", you can realise that by placing an underscore _ before the parameter by which you address the parameter in Telitab2$, so like this: "Power-_Power":"Dpow"
  • InpVar1$ to InpVarn$[:Labeln$] will be included in the resulting Telitab set. 

...