Skip to content

6 Test Editor#

The test editor allows the user to adjust and create tests according to the user-specific needs.

Editor Toolbar#

The Test editor toolbar provides the basic interactions to open, save and reload tests. Furthermore, the script syntax can be checked.

Icon Description
SaveAlt Save test (Shortcut: Ctrl + S)
Recalc Update tests in currently open project
AddImage Load an image as a new test image
CheckCircleOutline Script code syntax check

Table: Test Editor - Toolbar

Properties#

The tab contains the main properties of a test, including test type, category, description that are displayed in the test picker.

Figure 6.1: Test Editor: Properties

Test Editor: Properties

GUI code#

The tab contains the code of the test GUI. The code is written in XML and can be edited.

Figure 6.2: Test Editor: GUI Code

Test Editor: GUI Code

GUI#

The tab shows the test GUI. The appearance of the GUI is defined in the XML GUI Code.

Figure 6.3: Test Editor: GUI

Test Editor: GUI

Output parameters#

The tab contains all test output parameters. Parameters can be added, deleted and sorted via the buttons described in the following table.

Icon Description
Add Add new parameter
Minus Remove parameter
ArrowUp Move parameter up
ArrowDown Move parameter down

Table: Output Parameters - Toolbar

Figure 6.4: Test Editor: Output Parameters

Test Editor: Output Parameters

Script code#

The tab contains the script code for the measurement setup of the intended measurement devices. The view is split into two areas. In the upper part, all variables are defined, whereas the lower part defines the SMU setup and measurement.

Figure 6.5: Test Editor: Script Code

Test Editor: Script Code

Diagram settings#

The tab contains the default diagram settings for the test. The default color scheme can be specified together with the error band values for X/Y (in %).

Figure 6.6: Test Editor: Diagram Settings

Test Editor: Diagram Settings