Sha256: 56caf50716b85b8b85799c886d53fbc13fe24a55bbdbb2f8a13fb4579623122f

Contents?: true

Size: 1.4 KB

Versions: 99

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

99 entries across 99 versions & 1 rubygems

Version Path
origen_testers-0.52.8 templates/web/index.md.erb
origen_testers-0.52.7 templates/web/index.md.erb
origen_testers-0.52.6 templates/web/index.md.erb
origen_testers-0.52.5 templates/web/index.md.erb
origen_testers-0.52.4 templates/web/index.md.erb
origen_testers-0.52.3 templates/web/index.md.erb
origen_testers-0.52.1 templates/web/index.md.erb
origen_testers-0.52.0 templates/web/index.md.erb
origen_testers-0.51.5 templates/web/index.md.erb
origen_testers-0.51.4 templates/web/index.md.erb
origen_testers-0.51.3 templates/web/index.md.erb
origen_testers-0.51.2 templates/web/index.md.erb
origen_testers-0.51.1 templates/web/index.md.erb
origen_testers-0.51.0 templates/web/index.md.erb
origen_testers-0.50.0 templates/web/index.md.erb
origen_testers-0.49.4 templates/web/index.md.erb
origen_testers-0.49.3 templates/web/index.md.erb
origen_testers-0.49.2 templates/web/index.md.erb
origen_testers-0.49.1 templates/web/index.md.erb
origen_testers-0.49.0 templates/web/index.md.erb