@@ -141,7 +141,7 @@ Adds a readout event to the sequence.
- `optimise`: Whether to optimise this readout event in isolation from the rest of the sequence. Use this with caution. It can speed up the optimisation (and for very complicated sequences make it more robust), however the resulting parameters might not represent the optimal solution of any external constraints (which are ignored if the readout is optimised in isolation).
- `scanner`: Used for testing. Do not set this parameter at this level (instead set it for the total sequence using [`build_sequence`](@ref)).
"""
function readout_event(;type=nothing,optimise=false,scanner=nothing,all_variables...)
function readout_event(;type=nothing,optimise=false,scanner=nothing,oversample=2,all_variables...)