Sha256: ddd85a5652d53684ef4eae44e2eaa6a508d183286f5ded0793049a3732667316

Contents?: true

Size: 1.41 KB

Versions: 22

Compression:

Stored size: 1.41 KB

Contents

# An instance of the interface is
# passed in here, iterators and other
# argument passing will be supported
# similar to Pattern.create.
Flow.create interface: 'OrigenTesters::Test::Interface' do

  # Instantiate tests via the
  # interface
#  func 'program_ckbd', :tname => 'PGM_CKBD', :tnum => 1000, :bin => 100, :soft_bin => 1100

#  para 'charge_pump', :high_voltage => true, :lo_limit => 5, :hi_limit => 6

  meas :read_pump, tnum: 1050, bin: 119, soft_bin: 2, lo_limit: 35
  meas :read_pump, tnum: 1050, bin: 119, soft_bin: 2, hi_limit: 45
  meas :read_pump, tnum: 1050, bin: 119, soft_bin: 2, hi_limit: 45, lo_limit: 35
  meas :read_pump, tnum: 1050, bin: 119, soft_bin: 2, hi_limit: 45, lo_limit: 35
  meas :read_pump, tnum: 1050, bin: 119, soft_bin: 2, hi_limit: 45.mV, lo_limit: 35.mV
  meas :read_pump, tnum: 1050, bin: 119, soft_bin: 2, hi_limit: 45.mV, lo_limit: 35.mV, continue: true
  meas :read_pump, tnum: 1050, bin: 119, soft_bin: 2, hi_limit: 2000, lo_limit: 0.01, continue: true
  meas :read_pump, tnum: 1050, bin: 119, soft_bin: 2, hi_limit: "_some_spec", lo_limit: 0.01, continue: true
  meas :read_pump, tnum: 1050, bin: 119, soft_bin: 2, hi_limit: [1, 2]
  meas :read_pump, tnum: 1050, bin: 119, soft_bin: 2, lo_limit: [1.uA, 2.uA, 3.uA], hi_limit: [4.uA,5.uA], units: "A", defer_limits: true

  if tester.uflex?
    log "Test of ultraflex render API"
    line = flow.ultraflex.use_limit
    line.units = "Hz"
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
origen_testers-0.16.1 program/test.rb
origen_testers-0.16.0 program/test.rb
origen_testers-0.15.0 program/test.rb
origen_testers-0.14.0 program/test.rb
origen_testers-0.13.1 program/test.rb
origen_testers-0.13.0 program/test.rb
origen_testers-0.12.0 program/test.rb
origen_testers-0.11.1 program/test.rb
origen_testers-0.11.0 program/test.rb
origen_testers-0.9.9 program/test.rb
origen_testers-0.9.8 program/test.rb
origen_testers-0.9.7 program/test.rb
origen_testers-0.9.6 program/test.rb
origen_testers-0.9.5 program/test.rb
origen_testers-0.9.4 program/test.rb
origen_testers-0.9.3 program/test.rb
origen_testers-0.9.2 program/test.rb
origen_testers-0.9.1 program/test.rb
origen_testers-0.9.0 program/test.rb
origen_testers-0.8.13 program/test.rb