equal
deleted
inserted
replaced
|
1 record(ai, "$(P):$(Q):thickness") |
|
2 { |
|
3 field(SCAN, "I/O Intr") |
|
4 field(DTYP,"stream") |
|
5 field(INP,"@mtm.proto read($(P):$(Q):sampleNr) $(PORT) -1") |
|
6 field(EGU,"nm") |
|
7 field(HOPR,"10") |
|
8 field(LOPR,"-15") |
|
9 field (FLNK,"$(P):$(Q):thicknessAVG") |
|
10 } |
|
11 |
|
12 record(longin, "$(P):$(Q):sampleNr") |
|
13 { |
|
14 field (FLNK,"$(P):$(Q):sampleNrMDN") |
|
15 } |
|
16 |
|
17 record(compress,"$(P):$(Q):thicknessAVG") |
|
18 { |
|
19 field(DESC, "thickness average") |
|
20 field(INP,"$(P):$(Q):thickness.VAL NPP NMS") |
|
21 field(ALG,"N to 1 Average") |
|
22 field(NSAM,"1") |
|
23 field(N,"10") |
|
24 field(HOPR,"10") |
|
25 field(LOPR,"-25") |
|
26 field(EGU,"nm") |
|
27 } |
|
28 |
|
29 record(compress,"$(P):$(Q):sampleNrMDN") |
|
30 { |
|
31 field(DESC, "thickness average") |
|
32 field(INP,"$(P):$(Q):sampleNr.VAL NPP NMS") |
|
33 field(ALG,"N to 1 Median") |
|
34 field(NSAM,"1") |
|
35 field(N,"10") |
|
36 } |