Model 4200A-SCS Parameter Analyzer Reference Manual
Section 6: Clarius
4200A-901-01 Rev. C / February 2017
6-327
Details
Clicking OK continues the test sequence. 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.
Returned values are placed in the Analyze sheet and can be:
•
1
: The OK button was selected.
•
-10050 (WINULIB_ILLEGAL_NUM_MSG)
: An illegal number of messages was specified.
•
-10051 (WINULIB_ILLEGAL_STRING_LEN)
: The length of one or more messages was too
long.
•
-10052 (WINULIB_NO_WINDOW_HANDLE)
: No window handle for Clarius was found. Clarius is
not running.
Example
status = OkDialog(1, "This is a one line message", "", "", "");
status = OkDialog(4, "Line one", "Line two", "Line three", "Line four");
Also see
None