Section 6: Clarius
Model 4200A-SCS Parameter Analyzer Reference Manual
6-330
4200A-901-01 Rev. C / February 2017
Details
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:
•
2
: The Cancel button was selected.
•
6
: The Yes button was selected.
•
7
: The No 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 = YesNoCancelDialog(1, "This is a one line message", "", "", "");
status = YesNoCancelDialog(4, "Line one", "Line two", "Line three", "Line four");
Also see
None