number_ticks

caqtus.shot_compilation.timing.number_ticks(
start_time: Time,
stop_time: Time,
time_step: Time,
) int

Returns the number of ticks between start_time and stop_time.

Parameters:
  • start_time – The start time in seconds.

  • stop_time – The stop time in seconds.

  • time_step – The time step in seconds.