git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@12915 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
10 lines
250 B
Plaintext
10 lines
250 B
Plaintext
# Database contains a waveform record to hold a list of channel prefixes for area detector elements in an ioc
|
|
# John Hammonds
|
|
# May 3, 2010
|
|
record(waveform, "$(P)$(R)ChannelPrefixes")
|
|
{
|
|
field(FTVL, "CHAR")
|
|
field(NELM, $(NELEMENTS))
|
|
}
|
|
|