EPICS Base Documentation
  • EPICS Documentation Index

General Information

  • Installation instructions
  • Release Notes
  • IOC Access Security

IOC Component Reference

  • IOC Component Reference
    • Introduction and IOC Concepts
    • Record Type Definitions
    • Menu Definitions
      • Menu menuAlarmSevr
      • Menu menuAlarmStat
      • Menu menuConvert
      • Menu menuFtype
      • Menu menuIvoa
      • Menu menuOmsl
      • Menu menuPini
      • Menu menuPost
      • Menu menuPriority
      • Menu menuScan
      • Menu menuSimm
      • Menu menuYesNo
    • Other Components

Command Line Reference

  • Channel Access command-line interface
  • msi: Macro Substitution and Include Tool

C/C++ Headers

  • Common Library C/C++ APIs
  • Channel Access C/C++ APIs
  • IOC Database C/C++ APIs
  • C/C++ Headers from Record Types
  • C/C++ Headers from Menus
EPICS Base Documentation
  • IOC Component Reference
  • Menu menuYesNo
  • View page source

Menu menuYesNo

This menu is used by many record types to specify simple NO or YES options for record-specific purposes.

Note that no other values for a field that uses menuYesNo are possible, e.g. MAYBE or NO WAY would not be accepted as choices for the field. Also, the choices yes, No, and Yes are not valid choices since they don’t match the case of NO or YES. The integer values 0 and 1 may often be used instead however, they are used as an index into the choices so 0 becomes NO and 1 becomes YES.

Index

Identifier

Choice String

0

menuYesNoNO

NO

1

menuYesNoYES

YES

Previous Next

© Copyright EPICS Controls.

Built with Sphinx using a theme provided by Read the Docs.