Interface TrimData
-
- All Superinterfaces:
Data
- All Known Implementing Classes:
TrimDataImpl
public interface TrimData extends Data
This interface represents trim data, which can be applied to the model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<TrimValue>getTrimValues()returns the kicks (in rad) which were applied to the given corrector in the given plane during the measurement.
-
-
-
Method Detail
-
getTrimValues
java.util.List<TrimValue> getTrimValues()
returns the kicks (in rad) which were applied to the given corrector in the given plane during the measurement. This always contains all entries of the files! (e.g. in yasp-files this might be correctors or bending magnets.) -> so it has to be checked and the user has to be warned, if not all of them can be applied.- Returns:
- all available corrector-values
-
-