Files
pyDevSup/testApp/test.db
Michael Davidsaver 171ed49832 simplify test2
2013-03-31 17:35:59 -04:00

33 lines
639 B
Plaintext

record(longin, "$(P)li:cnt") {
field(DTYP, "Python Device")
field(INP , "@test1 hello world")
field(SCAN, "1 second")
}
record(longin, "$(P)val:a") {
field(DTYP, "Python Device")
field(INP , "@test2 AAAA")
field(SCAN, "I/O Intr")
}
record(longin, "$(P)val:b") {
field(DTYP, "Python Device")
field(INP , "@test2 AAAA")
field(SCAN, "I/O Intr")
}
record(waveform, "$(P)wf") {
field(DTYP, "Python Device")
field(INP , "@test3")
field(FTVL, "FLOAT")
field(NELM, "10")
field(SCAN, "2 second")
}
record(longin, "$(P)async:cnt") {
field(DTYP, "Python Device")
field(INP , "@test4")
field(SCAN, "1 second")
}