pcdsutils.info.Run
- class pcdsutils.info.Run(valid: bool = False, live: bool = False, num: int = 0, type: str = '', begin_time: str = '', end_time: str = '', params: ~typing.Dict[str, str] = <factory>, editable_params: ~typing.Dict[str, str] = <factory>, files: ~pcdsutils.info.RunFiles = <factory>)[source]
Run information.
Methods
from_logbook(experiment)Get Run information given an experiment, queried from the logbook.
- __init__(valid: bool = False, live: bool = False, num: int = 0, type: str = '', begin_time: str = '', end_time: str = '', params: ~typing.Dict[str, str] = <factory>, editable_params: ~typing.Dict[str, str] = <factory>, files: ~pcdsutils.info.RunFiles = <factory>) None
Methods
__init__([valid, live, num, type, ...])from_logbook(experiment)Get Run information given an experiment, queried from the logbook.
Attributes
begin_timeThe run start time.
end_timeThe run end time.
liveAn in-progress run.
numThe run number.
typeThe run type.
validIs this valid information, according to the logbook API?
paramsRun parameter dictionary.
editable_paramsEditable run parameter dictionary.
filesFiles for this run.