TEST Sequence Tab
This section will describe the TEST tab within a test file where a test sequence steps are defined
Last updated
This section will describe the TEST tab within a test file where a test sequence steps are defined
Last updated
Label
Identifier associated with the step. This label can be called by the command #call or #goto
Exec
Indicates if the test step will get executed or not. 1 means it will get executed and 0 means it will not.
BP
Use to set breakpoints for debugging or pausing execution. 1 means breakpoint is enabled.
Progress
This is used to display progress of certain test sequences on the user interface
Step Name
Specifies the name or description of the step.
Comment
Provides additional comments associated with a step.
Judge
Pertains to judging or evaluating the step's result. 1 means fail and 0 means pass This cell includes spreadsheet formula so the value will display if some conditions are met such as result is within limits or results is equal to something.
Target Value
Expected result of a step
Unit
Unit of measurement for a step
Lo Limit
Low limit of a step
Hi Limit
High limit of a step
Result
Result of a step. Often formatted value of Return Value cell
Show Result
Displays or shows the result of the step in the operator interface. 0 not displayed. 1 it will be displayed.
Return Status
Display if a step was successfully executed
Return Value
The specific value returned by the step.
Delay
For adding a time delay to a step in ms
IO
Control or read digital I/O
MX
Setting test points for measurements
Command/Device
Specifying funTEST command or device plugin to be executed
Parameter
Any parameters associated with command/device