coincidence_HM.read_channel_dict#

Back to Module page

Summary#

Reads off boolean channel dict entries for times

Signature#

def read_channel_dict(trig_obj, times, chan_name)
Input variables#

Name

Type

Default

Description

trig_obj

Instance of trig.TriggerList

times

Time or list of times to read the channel dict for

chan_name

Key into trig_obj.channel_dict

Output variables#

Return annotation

Docstring type

Description

None

channel dict entry or entries corresponding to times

Docstring#

Reads off boolean channel dict entries for times
:param trig_obj: Instance of trig.TriggerList
:param times: Time or list of times to read the channel dict for
:param chan_name: Key into trig_obj.channel_dict
:return: channel dict entry or entries corresponding to times