Package pylal :: Package dq :: Module dqFrameUtils :: Class Channel
[hide private]
[frames] | no frames]

Class Channel

source code

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)

Instance Methods [hide private]
 
__init__(self, name, type=None, sampling=None)
Initialise the Channel object.
source code
 
__getattribute__(self, name) source code
 
__str__(self) source code