genBasic (version 1.4.1, 18 August 2004) | index m:\projects\genesis-python\1.4.1\genbasic.py |
Modules for joining Genesis 2000 scripting and the Python scripting language.
This module provides VERY basic interface for the Genesis 2000 Environment.
It defines basic functions to allow COM, PAUSE, etc to be executed.
Usage would be like this:
from genBasic import *
COM('open_job,job='+jobName)
PAUSE('Job is opened')
Functions | ||
|
Data | ||
__author__ = 'Mike J. Hopkins' __credits__ = ' Mike J. Hopkins for the code, Travis Smith for the idea' __date__ = '18 August 2004' __version__ = '$Revision: 1.4.1 $' |
Author | ||
Mike J. Hopkins |
Credits | ||
Mike J. Hopkins for the code, Travis Smith for the idea |