pcdsutils.info.Experiment
- class pcdsutils.info.Experiment(valid: bool = False, name: str = '', description: str = '', start_time: str = '', end_time: str = '', leader_account: str = '', contact_info: str = '', posix_group: str = '', params: ~typing.Dict[str, str] = <factory>)[source]
Experiment information.
Methods
from_logbook(instrument[, experiment_name])Get Experiment information given an instrument/experiment name.
- __init__(valid: bool = False, name: str = '', description: str = '', start_time: str = '', end_time: str = '', leader_account: str = '', contact_info: str = '', posix_group: str = '', params: ~typing.Dict[str, str] = <factory>) None
Methods
__init__([valid, name, description, ...])from_logbook(instrument[, experiment_name])Get Experiment information given an instrument/experiment name.
Attributes
contact_infoThe lead contact information.
descriptionThe experiment description.
end_timeThe experiment end time.
leader_accountThe lead account information.
nameThe experiment name.
posix_groupThe posix group of the experiment.
start_timeThe experiment start time.
validIs this valid information, according to the logbook API?
paramsExperiment parameter information.