Changes between Version 13 and Version 14 of GEC16Agenda/WiMAX-Tutorial/Streamload/08


Ignore:
Timestamp:
03/20/13 13:23:53 (11 years ago)
Author:
Fraida Fund
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/WiMAX-Tutorial/Streamload/08

    v13 v14  
    1616#!ruby
    1717defProperty('attUrl', "http://internal2dmz.orbit-lab.org:5052/instr/set?", "Path to use to set attenuation")
    18 defProperty('attenuations', [5,6,7,4,3,6,10,11,12,8,7,9,5,3], "List of attenuations to use")
    1918}}}
    2019
     
    2423#!ruby
    2524onEvent(:ALL_UP_AND_INSTALLED) do |event|
    26   l = property.attenuations
     25  l =  [5,6,7,4,3,6,10,11,12,8,7,9,5,3]
    2726  wait 5
    2827  system("/home/#{ENV['USER']}/getbsconf -i wimaxrf --oml-server tcp:oml:3003 --oml-id console --oml-exp-id #{Experiment.ID}")