small update in the Hz legend #159

This commit is contained in:
Jordi Sanfeliu 2016-10-05 18:27:41 +02:00
parent 23a3574baa
commit 8a0b97ccc6
1 changed files with 3 additions and 3 deletions

View File

@ -450,9 +450,9 @@ sub gensens_cgi {
$str = $gensens->{map}->{$str} ? $gensens->{map}->{$str} : $str;
$str = sprintf("%-20s", substr($str, 0, 20));
push(@tmp, "LINE2:gsen" . $n . $LC[$n] . ":$str");
push(@tmp, "GPRINT:gsen" . $n . ":LAST: Cur\\:%4.0lf%s");
push(@tmp, "GPRINT:gsen" . $n . ":MIN: Min\\:%4.0lf%s");
push(@tmp, "GPRINT:gsen" . $n . ":MAX: Max\\:%4.0lf%s\\n");
push(@tmp, "GPRINT:gsen" . $n . ":LAST: Cur\\:%3.0lf%shz");
push(@tmp, "GPRINT:gsen" . $n . ":MIN: Min\\:%3.0lf%shz");
push(@tmp, "GPRINT:gsen" . $n . ":MAX: Max\\:%3.0lf%shz\\n");
push(@tmpz, "LINE2:gsen" . $n . $LC[$n] . ":$str");
next;
}