Sha256: 4df9e32c800ed10c88bfbf97d42993a6737158c894413da840e7d93c72fa41f3

Contents?: true

Size: 1.4 KB

Versions: 7

Compression:

Stored size: 1.4 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.config.name %> <span style="font-size: 14px">(<%= Origen.app.version %>)</span></h1>

### Purpose

This origen gem provides tester models to drive ATE type testers like the J750, UltraFLEX, V93K. 

### How To Import

In your Gemfile add:

~~~ruby
gem "<%= Origen.app.name %>", ">= <%= Origen.app.version %>"
~~~

or if your application is a gem add this to your <code>.gemspec</code>

~~~ruby
spec.add_runtime_dependency "<%= Origen.app.name %>", ">= <%= Origen.app.version %>"
~~~

### How To Use

To use a tester, instantiate it in the current environment file:

~~~ruby
# environment/j750.rb
$tester = OrigenTesters::J750.new
~~~

Tester programs and patterns can easily be generated for different testers simply by changing the above instantiation.

### How To Setup a Development Environment

[Clone the repository from Github](https://github.com/Origen-SDK/origen_testers).

Follow the instructions here if you want to make a 3rd party app
workspace use your development copy of the OrigenTesters plugin:
[Setting up a Plugin Development Environment](http://origen-sdk.org/origen/latest/guides/plugins)

This plugin also contains a test suite, makes sure this passes before committing
any changes!

~~~text
origen test
~~~

% end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
origen_testers-0.5.4 templates/web/index.md.erb
origen_testers-0.5.3 templates/web/index.md.erb
origen_testers-0.5.2 templates/web/index.md.erb
origen_testers-0.5.1 templates/web/index.md.erb
origen_testers-0.5.0 templates/web/index.md.erb
origen_testers-0.4.1 templates/web/index.md.erb
origen_testers-0.4.0 templates/web/index.md.erb