Home | Trees | Indices | Help |
|
---|
|
object --+ | table.Table.RowType --+ | SegmentDef
Example:
>>> x = SegmentDef() >>> x.instruments = (u"H1", u"L1") >>> x.ifos u'H1,L1' >>> x.instruments set([u'H1', u'L1'])
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
instruments = <glue.ligolw.lsctables.instrumentsproperty objec
|
|
|||
comment | |||
creator_db | |||
ifos | |||
insertion_time | |||
name | |||
process_id | |||
segment_def_id | |||
version | |||
Inherited from |
|
Serialize a sequence of instruments into the ifos attribute. The instrument names must not contain the "," character. |
|
instruments
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 12 00:34:19 2017 | http://epydoc.sourceforge.net |