Changes between Version 2 and Version 3 of Old/Tutorials/HowtoWriteScripts


Ignore:
Timestamp:
Sep 29, 2005, 10:18:47 PM (19 years ago)
Author:
Surya Satyavolu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Tutorials/HowtoWriteScripts

    v2 v3  
    66'''ORBIT Radio Grid Testbed''' scripts are written in Ruby, an easily understood, extensible, dynamic, object-oriented scripting language.  Ruby has been extended into the testbed user's domain with a number of methods.  Besides its extensibility and object-orientation, Ruby is concise and consistent. An ORBIT script therefore is written in Ruby primarily using ORBIT-specific methods. Users are encouraged to take look at following resources
    77
    8 * [wiki:Tutorial/RubyResources Ruby Resources]
    9 * [wiki:Tutorial/OrbitRuby ORBIT Specific Ruby Methods]
     8* [wiki:Tutorial/HowtoWriteScripts/RubyResources Ruby Resources]
     9* [wiki:Tutorial/HowtoWriteScripts/OrbitRuby ORBIT Specific Ruby Methods]
    1010
    1111===== ORBIT-specific Methods =====