Skip to content
Snippets Groups Projects
Verified Commit d296ff7b authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

time_to_center is no longer optional

parent 352b4605
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ Adds a readout event with `nsamples` readouts. ...@@ -21,7 +21,7 @@ Adds a readout event with `nsamples` readouts.
struct ADC <: BuildingBlock struct ADC <: BuildingBlock
nsamples :: Integer nsamples :: Integer
dwell_time :: VariableType dwell_time :: VariableType
time_to_center :: Union{Nothing, VariableType} time_to_center :: VariableType
end end
function ADC(nsamples; dwell_time=nothing, time_to_center=nothing, center_halfway=true, kwargs...) function ADC(nsamples; dwell_time=nothing, time_to_center=nothing, center_halfway=true, kwargs...)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment