Okcanceldialog User Module - Keithley 4200A-SCS Reference Manual

Parameter
Hide thumbs Also See for 4200A-SCS:
Table of Contents

Advertisement

Model 4200A-SCS Parameter Analyzer Reference Manual
Example
status = InputOkCancelDialog(1, "This is a one line message", text1, "", text2,
"", text3, "", text4);
status = InputOkCancelDialog(4, "Line one", text1, "Line two", text2, "Line
three", text3, "Line four",text4);
Also see
None

OkCancelDialog user module

This user module creates a dialog box that provides OK or Cancel decisions.
Usage
status = OkCancelDialog(int NumberOfMessages, char *Message1Text, char
*Message2Text, char *Message3Text, char *Message4Text);
status
NumberOfMessages
Message1Text
Message2Text
Message3Text
Message4Text
Details
OkCancelDialog displays a dialog box with up to four text messages with OK and Cancel buttons.
Up to four lines of text can be placed in the dialog box. An example of the entry in Clarius and the
resulting dialog box are shown in the following graphics.
4200A-901-01 Rev. C / February 2017
Returned values; see Details
The number of text lines to display
The text to display on the first line of the dialog box; this line must be less than
40 characters.
The text to display on the second line of the dialog box; this line must be less than
40 characters.
The text to display on the third line of the dialog box; this line must be less than
40 characters
The text to display on the fourth line of the dialog box; this line must be less than 40
characters
Section 6: Clarius
6-325

Advertisement

Table of Contents
loading

Table of Contents