MeasurementExtractor¶
- class selene_sim.MeasurementExtractor¶
- __abstractmethods__ = frozenset({})¶
- __getitem__(index: int)¶
- __init__()¶
- __iter__()¶
- get_selene_flags() list[str]¶
When given –provide-measurement-log, Selene will emit a MEASUREMENTLOG tag to the result stream, followed by a dump of the results of all measurements performed in program order.
- log_entries: list[list[MeasLogEntry]]¶
- on_new_shot()¶
If this EventHook stores information on a shot-by-shot basis, implement this method to handle the creation of a new shot.
- try_invoke(tag: str, data: list) bool¶
Check the tag to see if it is relevant to this EventHook. If so, parse the data and return True.