Files
ADAndor/andorApp/Db/NDFileNetCDF.template
T
Mark Rivers 0666fd5d25 Renamed
2014-02-18 18:36:07 -06:00

24 lines
479 B
Plaintext
Executable File

# Database for NDFileNetCDF driver, which saves NDArray data
# in the netCDF file format
# Mark Rivers
# May 10, 2009
# We replace some fields in records defined in NDFile.template
# File data format
record(mbbo, "$(P)$(R)FileFormat")
{
field(ZRST, "netCDF")
field(ZRVL, "0")
field(ONST, "Invalid")
field(ONVL, "1")
}
record(mbbi, "$(P)$(R)FileFormat_RBV")
{
field(ZRST, "netCDF")
field(ZRVL, "0")
field(ONST, "Undefined")
field(ONVL, "1")
}