AdcInterval

class igwn_ligolw.ligolw.AdcInterval(attrs=None)

Bases: EmptyElement

AdcInterval element.

Attributes Summary

DeltaT

The "DeltaT" attribute.

Name

The "Name" attribute.

StartTime

The "StartTime" attribute.

tagName

validchildren

Attributes Documentation

DeltaT

The “DeltaT” attribute.

Name

The “Name” attribute.

StartTime

The “StartTime” attribute.

tagName = 'AdcInterval'
validchildren = frozenset({'AdcData', 'Comment', 'Time'})