Sha256: 1da842383a4dc7797b067c65e5ae37a917d05b1f4fc3659f5ee7c4add871d54d

Contents?: true

Size: 1.91 KB

Versions: 4

Compression:

Stored size: 1.91 KB

Contents

% render "layouts/basic.html" do

%# HTML tags can be embedded in mark down files if you want to do specific custom
%# formatting like this, but in most cases that is not required.
<h1><%= Origen.app.namespace %> <span style="font-size: 14px">(<%= Origen.app.version %>)</span></h1>

### Introduction

OrigenStdLib aims to provide a standard ATE library with the following goals:

* Be agnostic to any particular company or business so that anyone can use this
* Be higher level than the native functionality provided by the ATE vendors - reducing the amount of low-level knowledge required by test engineers and the footprint of custom code required to be written for a particular test program application
* Complement the Origen test program and test pattern generators (although it can still be used standalone with flows and patterns originating from any backend flow)

It should be noted that this library does not aim to provide a common API across different ATE platforms. Instead, the goal is to provide
a library which has a natural look and feel on each platform, while still providing a feature set which is broadly similar
across all platforms.

If abstraction of the test platform is required then that is expected to be done by higher level program generators, such
as Origen, which can provide a common API that compiles to tests which target different ATE implementations of
this library.

Generally, this library provides three main components:

* Helper functions for general use in custom application code
* Complete tests for use off-the-shelf
* Customizable test templates that provide core functionality with the ability to customize around the edges

[See the FAQ](<%= path "faq" %>) for more background.

### Supported Platforms

OrigenStdLib currently provides libraries for the following platforms:

* [Advantest V93K SMT7](<%= path 'guides/v93ksmt7/intro' %>)
* [Advantest V93K SMT8](<%= path 'guides/v93ksmt8/intro' %>)

% end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
origen_std_lib-0.13.1 templates/web/index.md.erb
origen_std_lib-0.13.0 templates/web/index.md.erb
origen_std_lib-0.12.0 templates/web/index.md.erb
origen_std_lib-0.11.0 templates/web/index.md.erb