Yes / No

This option displays a message box with a question and YES / NO buttons when the measurement routine is executed.

  1. Type the command COMMENT/YESNO in the desired location of the Edit window.

  2. Type in the desired question that you want to display to the operator, and press Enter.

You can also access this option by selecting Insert | Report Command | Comment from the menu bar to show the Comment dialog box. Then select Yes / No.

The response to the YES / NO question appears in the measurement routine. The text 'YES' or 'NO' is associated with the comment identification and is available in any expression via a reference to the Comment ID (such as C1.INPUT for example).

Command line in the Edit window:

comment ID = COMMENT/YESNO,NO,Full Screen=NO,
            comment text

For more information on comments, see the "Inserting Programmer Comments" topic in the "Inserting Report Commands" chapter.