Subversion Repositories wimsdev

Rev

Rev 20 | Rev 835 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20 Rev 475
Line -... Line 1...
-
 
1
!! -*- coding: iso-8859-1 -*-
1
!if $wims_read_parm!=slib_header
2
!if $wims_read_parm!=slib_header
2
 !goto proc
3
 !goto proc
3
!endif
4
!endif
4
slib_title=make a representation of a physical quantity with a given number of significative digits
5
slib_title=make a representation of a physical quantity with a given number of significative digits
5
slib_parms=4\
6
slib_parms=4\
Line 13... Line 14...
13
slib_example=1.2345A,2\
14
slib_example=1.2345A,2\
14
1.2V,5\
15
1.2V,5\
15
12,3\
16
12,3\
16
12,3,4\
17
12,3,4\
17
0.50A.h\
18
0.50A.h\
18
1800C,3,,A.h
19
1800C,3,,A.h\
-
 
20
1.8°,5,,rad
19
!exit
21
!exit
20
 
22
 
21
:proc
23
:proc
22
slib_data=$wims_read_parm
24
slib_data=$wims_read_parm
23
!distribute items $slib_data  into slib_qty, slib_sig, slib_order, slib_wanted_unit
25
!distribute items $slib_data  into slib_qty, slib_sig, slib_order, slib_wanted_unit