\(\renewcommand\AA{\unicode{x212B}}\)
AlgorithmHistory¶
This is a Python binding to the C++ class Mantid::API::AlgorithmHistory.
- class mantid.api.AlgorithmHistory¶
- childHistorySize((AlgorithmHistory)self) int : ¶
Returns the number of the child algorithms.
- execCount((AlgorithmHistory)self) int : ¶
Returns the execution number of the algorithm.
- executionDate((AlgorithmHistory)self) DateAndTime : ¶
Returns the execution date of the algorithm.
- executionDuration((AlgorithmHistory)self) float : ¶
Returns the execution duration of the algorithm.
- getChildAlgorithm((AlgorithmHistory)self, (int)index) IAlgorithm : ¶
Returns the algorithm at the given index in the history
- getChildAlgorithmHistory((AlgorithmHistory)self, (int)index) AlgorithmHistory : ¶
Returns the child algorithm at the given index in the history
- getChildHistories((AlgorithmHistory)self) list : ¶
Returns a list of child algorithm histories for this algorithm history.
- getProperties((AlgorithmHistory)self) list : ¶
Returns properties for this algorithm history.
- getPropertyValue((AlgorithmHistory)self, (str)index) str : ¶
Returns the string representation of a specified property.
- getStoreInADS((AlgorithmHistory)self) bool : ¶
Return storeInADS property
- name((AlgorithmHistory)self) str : ¶
Returns the name of the algorithm.
- version((AlgorithmHistory)self) int : ¶
Returns the version of the algorithm.