get_times
- ssapy.utils.get_times(duration: Tuple[int, str], freq: Tuple[int, str], t0: str | Time = '2025-01-01') ndarray [source][source]
Calculate a list of times spaced equally apart over a specified duration.
- Parameters:
- Returns:
A list of times spaced equally apart over the specified duration.
- Return type:
np.ndarray