Sha256: 35fbc947e584a2716d85c40fe65974aa1fa43c32a3596aaffa34e82f55da21bd

Contents?: true

Size: 908 Bytes

Versions: 10

Compression:

Stored size: 908 Bytes

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, units: "V"
  meas :read_pump, tnum: 1050, bin: 119, soft_bin: 2, hi_limit: 45, lo_limit: 35, scale: "k", units: "V"
  meas :read_pump, tnum: 1050, bin: 119, soft_bin: 2, hi_limit: 45, lo_limit: 35, scale: "k", units: "V", result: "None"

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
origen_testers-0.5.7 program/test.rb
origen_testers-0.5.6 program/test.rb
origen_testers-0.5.5 program/test.rb
origen_testers-0.5.4 program/test.rb
origen_testers-0.5.3 program/test.rb
origen_testers-0.5.2 program/test.rb
origen_testers-0.5.1 program/test.rb
origen_testers-0.5.0 program/test.rb
origen_testers-0.4.1 program/test.rb
origen_testers-0.4.0 program/test.rb