Section 6: Clarius
Model 4200A-SCS Parameter Analyzer Reference Manual
6-332
4200A-901-01 Rev. C / February 2017
Returned values are placed in the Analyze sheet and can be:
•
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 = YesNoDialog(1, "This is a one line message", "", "", "");
status = YesNoDialog(4, "Line one", "Line two", "Line three", "Line four");
Also see
None
Demo Project overview
The Demo Project includes common DC I-V, C-V, and pulse I-V tests for MOSFETs, BJTs, resistors,
diodes, and capacitors. These tests serve as examples and are intended to be copied and modified
to work for your own devices. All test parameters in the Demo Project were written for standard
discrete parts but can be modified for use with other discrete devices or devices on a semiconductor
wafer. These tests demonstrate how to configure tests in the Configure pane, how to use Formulator
functions for common mathematical calculations and return them to the data sheet, and how to plot
the data in a variety of ways.
The Demo project opens when you first start the Clarius application.