Sha256: a0425a96430ff6d108fd014960f99bd62a62fb0560844902e5b725e08a36c08a

Contents?: true

Size: 1.37 KB

Versions: 27

Compression:

Stored size: 1.37 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 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

27 entries across 27 versions & 1 rubygems

Version Path
origen_testers-0.8.7 program/test.rb
origen_testers-0.8.6 program/test.rb
origen_testers-0.8.5 program/test.rb
origen_testers-0.8.4 program/test.rb
origen_testers-0.8.3 program/test.rb
origen_testers-0.8.2 program/test.rb
origen_testers-0.8.1 program/test.rb
origen_testers-0.8.0 program/test.rb
origen_testers-0.8.0.pre1 program/test.rb
origen_testers-0.7.13 program/test.rb
origen_testers-0.7.12 program/test.rb
origen_testers-0.7.11 program/test.rb
origen_testers-0.7.10 program/test.rb
origen_testers-0.7.9 program/test.rb
origen_testers-0.7.8 program/test.rb
origen_testers-0.7.7 program/test.rb
origen_testers-0.7.6 program/test.rb
origen_testers-0.7.5 program/test.rb
origen_testers-0.7.4 program/test.rb
origen_testers-0.7.3 program/test.rb