Files
pcas/src/ioc/db/menuSimm.dbd.pod
T
Andrew Johnson 53c5aaa9ee Introduce the .dbd.pod extension
Rules to convert to .html and .dbd
Rename existing files
Fix various build rules to match.
2013-03-31 00:38:20 -05:00

24 lines
787 B
INI

#*************************************************************************
# Copyright (c) 2013 UChicago Argonne LLC, as Operator of Argonne
# National Laboratory.
# Copyright (c) 2002 The Regents of the University of California, as
# Operator of Los Alamos National Laboratory.
# EPICS BASE is distributed subject to a Software License Agreement found
# in file LICENSE that is included with this distribution.
#*************************************************************************
=head1 Menu menuSimm
This menu is used for Simulation Mode (SIMM) fields of input record types that
can fetch either raw or engineering values through their SIOL link.
=menu menuSimm
=cut
menu(menuSimm) {
choice(menuSimmNO,"NO")
choice(menuSimmYES,"YES")
choice(menuSimmRAW,"RAW")
}