buffHistory.isUp() ================== This function is used to check wether a buff is up given a time stamp. **Parameter** * timeStamp : float - Timestamp at which to check if the buff is up. **Return** This function returns a boolean. True if the timestamp is within the start and end time and false otherwise. **Usage** .. code-block:: python newBuffHistory.isUp(11)