pytimber.LoggingDB.get_lhc_fill_data
- LoggingDB.get_lhc_fill_data(fill_number: Optional[int] = None) Optional[Dict[str, Any]]
Gets times and beam modes for a particular LHC fill. Parameter fill_number can be an integer to get a particular fill or None to get the last completed fill.
- Parameters:
fill_number – The fill number to retrieve data for. Defaults to None.
- Returns:
fillNumber, startTime, endTime, beamModes (with mode, startTime and endTime) for the specified fill number. Returns None if no data is found for the given fill number.
- Return type:
A dictionary containing the following keys