1
2 Terminator = CR LF;
3 InTerminator = LF;
4
5 getEnergy {
6 out "$SE";
7 in "* %E\r\000";
8 }
9
10 setRange {
11 out "$WN %f";
12 }
13