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)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
Instance of trig.TriggerList |
||
|
Time or list of times to read the channel dict for |
||
|
Key into trig_obj.channel_dict |
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
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