kstmApp/Db/mtm.db
author Heinz Junkes <junkes@fhi-berlin.mpg.de>
Mon, 09 Jul 2018 13:36:24 +0200
changeset 4 f7598b2df637
parent 0 bd6bb22c6533
permissions -rw-r--r--
update

record(ai, "$(P):$(Q):thickness")
{
field(SCAN, "I/O Intr")
field(DTYP,"stream")
field(INP,"@mtm.proto read($(P):$(Q):sampleNr) $(PORT) -1")
field(EGU,"nm")
field(HOPR,"10")
field(LOPR,"-15")
field (FLNK,"$(P):$(Q):thicknessAVG")
}

record(longin, "$(P):$(Q):sampleNr")
{
  field (FLNK,"$(P):$(Q):sampleNrMDN")
}

record(compress,"$(P):$(Q):thicknessAVG")
{
  field(DESC, "thickness average")
  field(INP,"$(P):$(Q):thickness.VAL NPP NMS")
  field(ALG,"N to 1 Average")
  field(NSAM,"1")
  field(N,"10")
  field(HOPR,"10")
  field(LOPR,"-25")
  field(EGU,"nm")
}

record(compress,"$(P):$(Q):sampleNrMDN")
{
  field(DESC, "thickness average")
  field(INP,"$(P):$(Q):sampleNr.VAL NPP NMS")
  field(ALG,"N to 1 Median")
  field(NSAM,"1")
  field(N,"10")
}