create_ramp

caqtus.shot_compilation.timed_instructions.create_ramp(
start: SupportsFloat,
stop: SupportsFloat,
length: SupportsInt,
) TimedInstruction[float64]

Create a linear ramp between two values.

Parameters:
  • start – The initial value of the ramp.

  • stop – The final value of the ramp.

  • length – The number of points in the ramp.