Interface ReadingData

    • Method Detail

      • getCorrectorValue

        CorrectorValue getCorrectorValue​(java.lang.String key)
        returns the CorrectorValue for a given key.
        Parameters:
        key -
        Returns:
        the CorrectorValue
      • getCorrectorValues

        java.util.Collection<CorrectorValue> getCorrectorValues()
        Returns:
        all available correctorValues
      • getCorrectorValues

        java.util.List<CorrectorValue> getCorrectorValues​(java.util.List<java.lang.String> correctorNames,
                                                          Plane plane)
        collects all corrector Values for the correctors of the given names and plane
        Parameters:
        correctorNames - the names of the correctors for which to retrieve the values
        plane - the plane for which toretrieve the values
        Returns:
        the corrector-values
      • getMonitorValues

        java.util.List<MonitorValue> getMonitorValues​(java.util.List<java.lang.String> monitorNames,
                                                      Plane plane)
        collects all monitor values for monitors of the given names and plane
        Parameters:
        monitorNames - the names of the monitors
        plane - the plane for which to retrieve the values
        Returns:
        the corrector-values
      • getHeader

        YaspHeader getHeader()
        Returns:
        the yasp header data in this reading data