Content deleted Content added
Citation bot (talk | contribs) m Alter: url, title. | You can use this bot yourself. Report bugs here.| Activated by User:Nemo bis | via #UCB_webform |
Sallyrenee (talk | contribs) Successfully de-orphaned! Wikiproject Orphanage: You can help! |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1:
{{Short description|Programming language}}
[[File:UTSL logo.jpg|thumb]]
Line 5 ⟶ 6:
== History ==
Increased complexity of [[ASIC]]s leads to requirements of more complex test programs with longer development times. An automated test program generation could simplify and speed up this process. [[Teradyne]] Inc. together with [[Robert Bosch GmbH]] agreed to develop a concept and a tool chain for an automated test-program generation.<ref name="ATE_Generation">A. Drappa, J. Vollmar und P. Huber, “Automatic Test Program Generation for Automotive Devices”, International Test Conference (ITC), Austin, Texas USA, 2010, Paper 17.1.</ref><ref>{{cite
As long as the ATE manufacturer provides with the test program generator that can use UTSL as an input the cumbersome task of translating a test program from one platform to another can be significantly simplified. In other words, the task of rewriting of the test programs for a specific platform can be replaced by the automatically generating the code from the UTSL based test specification. Prerequisite for this is that the UTSL description of tests is sufficiently detailed with definition of the test technique as well as the description of all the necessary inputs and outputs.<ref name="UTSL" /><ref name="UTSL1" /><ref name="UTSL2" />
Line 13 ⟶ 14:
[[File:Utsl build in 01.jpg|left]]
{{clear}}
UTSL contains high amount of commands and test-functions. It also allows the usage of commonly known high level programming language syntax elements such as <span style="color:#0000FF">"'''if/then/else'''" </span>
[[File:Utsl syntax.jpg|left]]
{{Clear}}
Line 37 ⟶ 38:
'''SerialPort and SerialDataFrame classes''' - <span style="color:#0000FF">"for device serial communications" </span>
'''Evaluate class''' - <span style="color:#0000FF">"data-logs the results and compares the results to the defined limits" </span>
UTSL also supports the units and scales wherever floating point numbers are used. This is essential for a language that describes a test program where the values can be returned as <span style="color:#0000FF">"'''V''', '''mV''', '''uV''', '''A''', '''mA''', '''uA'''" </span>
[[File:Force curr meas V.jpg|frame|none|picture1]]
|