Changes between Version 29 and Version 30 of Tutorials/g0WmLTE/Tutorial2
- Timestamp:
- Jul 11, 2012, 8:42:15 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial2
v29 v30 59 59 ''defProperty'' is a method which appears in different scopes within OMF. In this global case, it creates methods of the ''property'' with the name of the first input (as a string), stores and releases the value of the second input, and takes the third input as a description. 60 60 61 * As shown in the previous experiment, th is URI accesses the base station and assigns it certain values.61 * As shown in the previous experiment, these requests access the base station and assign it certain values. In this case, it creates URI identifiers for 4 different profiles of MCS -- Modulation Control Schema. 62 62 63 63 {{{ … … 98 98 #!ruby 99 99 node.addApplication("test:app:iperf") do |app| 100 app.setProperty('udp', true) 101 app.setProperty('server', true) 100 app.setProperty('client', true) 102 101 app.setProperty('interval', "1") 103 102 app.setProperty('bind', "10.41.255.255")