Python objects
Here is the list of the python objects used by the
interface together with the members of each of them and
their type :
- job
- jobID : number
- configName : string
- configVersion : string
- date : python time tuple, as returned by the gmttime function
- file
- fileID : number
- jobID : number
- typeID : number
- logName : string
- type
- typeID : number
- name : string
- version : string
- quality
- qualityID : number
- fileID : number
- group : string
- flag : string
- parameter
- ID : number
- name : string
- value : string
- typedparameter
- ID : number
- name : string
- value : string
- type : string
- joboption
- ID : number
- name : string
- value : string
- recipient : string
- evttype
- ID : number
- description : string
- primary : string
- decay : string
Take care that these are actually not objects but
dictionnaries and the ``members'' are the entries in the
dictionnary.
Sebastien Ponce
2004-03-12