10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
record(waveform, "wf") {
|
|
field(FTVL, "DOUBLE")
|
|
field(NELM, "1")
|
|
field(FLNK, "co")
|
|
}
|
|
record(calcout, "co") {
|
|
field(CALC, "A")
|
|
field(INPA, "wf")
|
|
}
|