Changes between Version 7 and Version 8 of Tutorial/HowToSwitch
- Timestamp:
- May 13, 2010, 3:12:25 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial/HowToSwitch
v7 v8 21 21 22 22 {{{ 23 o rbittell on all23 omf tell on all 24 24 # will turn On the entire set of 20x20 nodes on the 'grid' 25 25 26 o rbittell offs [[3,1],[5,6],[1,1..2]]26 omf tell offs [[3,1],[5,6],[1,1..2]] 27 27 # will turn Off (soft) the nodes 3,1 and 5,6 and 1,1 and 1,2 28 28 29 o rbittell offh system:topo:circle29 omf tell offh system:topo:circle 30 30 # will turn Off (hard) the nodes in the topology file 'repository/system/topo/circle.rb' 31 31 32 o rbittell on mytopo32 omf tell on mytopo 33 33 # will turn On the nodes in the topology file './mytopo.rb' 34 34 }}} … … 38 38 == Learning More == 39 39 40 The complete available options for this command is given by ''"o rbithelp tell"'':40 The complete available options for this command is given by ''"omf help tell"'': 41 41 42 42 {{{ 43 orbithelp tell43 omf help tell 44 44 45 45 Switch ON/OFF the nodes in a testbed 46 46 47 Usage: 47 o rbittell [-h]48 o rbittell [COMMAND] [TOPOLOGY] [DOMAIN]48 omf tell [-h] 49 omf tell [COMMAND] [TOPOLOGY] [DOMAIN] 49 50 50 51 With: … … 60 61 61 62 Some Examples: 62 orbit tell on all grid 63 orbit tell on 1,1..2 64 orbit tell offs [[1,2],[1,1]] sb1 65 orbit tell offs [[1,1],[2..6,1..2]] 66 orbit tell offh system:topo:all 67 orbit tell offh topo_grid_active 63 omf tell on all grid 64 omf tell on 1,1..2 65 omf tell offs [[1,2],[1,1]] sb1 66 omf tell offs [[1,1],[2..6,1..2]] 67 omf tell offh system:topo:all 68 omf tell offh topo_grid_active 69 68 70 }}} 69 71