Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | Related Pages

GTIC Class Reference

Trigger Interface Controller. More...

Inheritance diagram for GTIC:

Inheritance graph
[legend]
Collaboration diagram for GTIC:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 __init__ (client, parent)
 Initialize valid registers as Gattrs.
 satCtrEnable (reg)
 Enable the specified saturation counter. By default all saturation counters are disabled.
 satCtrDisable (reg)
 Disable the specified saturation counter. By default all saturation counters are disabled.
 satCtrLoopEnable ()
 Enable the update loop that updates all saturation counter pseudoregisters.
 satCtrLoopDisable ()
 Disable the update loop that updates all saturation counter pseudoregisters.
 satCtrSetLoopDelay (delay)
 Set the update loop interval for saturation counter pseudoregisters.
 read (reg)
 load (reg, value)
 send (cmd)

Detailed Description

Trigger Interface Controller.

Has GTIC specific registers and dataless commands.

Valid Registers:

Deadtime Counters:

Pseudo Registers:

Dataless Commands:

Definition at line 592 of file gTEM.py.


Member Function Documentation

satCtrDisable reg   ) 
 

Disable the specified saturation counter. By default all saturation counters are disabled.

Parameters:
reg Register id of the saturation counter. Can be retrieved by calling tic.regs['regname'].id().
Returns:
A Response object

satCtrEnable reg   ) 
 

Enable the specified saturation counter. By default all saturation counters are disabled.

Parameters:
reg Register id of the saturation counter. Can be retrieved by calling tic.regs['regname'].id().
Returns:
A Response object

satCtrLoopDisable  ) 
 

Disable the update loop that updates all saturation counter pseudoregisters.

Returns:
A Response object

satCtrLoopEnable  ) 
 

Enable the update loop that updates all saturation counter pseudoregisters.

Returns:
A Response object

satCtrSetLoopDelay delay   ) 
 

Set the update loop interval for saturation counter pseudoregisters.

Parameters:
Set the saturation counter update loop delay in 1/60 second ticks. The default is 30 (2 Hz).
Returns:
A Response object


The documentation for this class was generated from the following file:
Generated on Fri Jul 21 13:27:13 2006 for LATTE R04-12-00 by doxygen 1.4.3