create_ramp
- caqtus.shot_compilation.timed_instructions.create_ramp(
- start: SupportsFloat,
- stop: SupportsFloat,
- length: SupportsInt,
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.