Commit 62a870e419697593a3516cf2efde0796abf10f6d
1 parent
2fb94350
Exists in
master
and in
7 other branches
corrected mistake in call to frequency tables
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
PARAM_DEF/irm_wav_wm.xml
... | ... | @@ -2,13 +2,13 @@ |
2 | 2 | <param xml:id='irm_wav_wm'> |
3 | 3 | <info> |
4 | 4 | <table> |
5 | - <centerAutoTable name="Frequency" centerName="enTab" units="kHz" log="false"/> | |
5 | + <centerAutoTable name="Frequency" centerName="frequency" units="kHz" log="false"/> | |
6 | 6 | </table> |
7 | 7 | </info> |
8 | 8 | <get> |
9 | 9 | <vi name='irm:wav:sp'> |
10 | 10 | <baseParam name='Wave_mean'> |
11 | - <clb name="enTab"/> | |
11 | + <clb name="frequency"/> | |
12 | 12 | </baseParam> |
13 | 13 | </vi> |
14 | 14 | </get> | ... | ... |
PARAM_DEF/irm_wav_wp.xml
... | ... | @@ -2,13 +2,13 @@ |
2 | 2 | <param xml:id='irm_wav_wp'> |
3 | 3 | <info> |
4 | 4 | <table> |
5 | - <centerAutoTable name="Frequency" centerName="enTab" units="kHz" log="false"/> | |
5 | + <centerAutoTable name="Frequency" centerName="frequency" units="kHz" log="false"/> | |
6 | 6 | </table> |
7 | 7 | </info> |
8 | 8 | <get> |
9 | 9 | <vi name='irm:wav:sp'> |
10 | 10 | <baseParam name='Wave_peak'> |
11 | - <clb name="enTab"/> | |
11 | + <clb name="frequency"/> | |
12 | 12 | </baseParam> |
13 | 13 | </vi> |
14 | 14 | </get> | ... | ... |