Owner manual
5.7 Program instructions
746 VA Trace Analyzer / 747 VA Stand
5-210
CASE Page: O, S Stand: M, A Abbreviation: CASE
Instructions t/s Main parameters Auxiliary parameters
––––––––––––– ––––– ––––––––––––––––––––––––– –––––––––––––––––––––––––
## .. CASE ..... Calc.f.
Function Additional CASE instruction within a decision block with decision whether
or not the subsequent instructions should be executed.
Parameter see (CASE
Description see (CASE
Comments • A CASE block can contain any number of CASE instructions.
However, after the first CASE instruction whose test condition is met,
no further CASE instructions are tested and a direct jump is made to
the end of the CASE block.
• For test conditions with evaluation values EV:<subst> or mass
concentrations MC:<subst>, it must be borne in mind that these
values are set to 0 if no evaluation is possible. This can be used for
detection of this specific case (see examples).
Examples see (CASE
see also (CASE, CASE), EXIT