| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
The Channel class defines objects to represent LIGO data channels. Each Channel has a 'name' attribute and can be assigned 'type' and 'sampling' attributes if relevant.
Example:
>>>GWChannel = Channel('H1:LSC-DARM_ERR, 'H1_RDS_R_L3', 4096) >>>GWChannel.name, GWChannel.type, GWChannel.sampling ('H1:LSC-DARM_ERR', 'H1_RDS_R_L3', 4096)
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 12 01:21:42 2017 | http://epydoc.sourceforge.net |