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

Make single readout a component

parent eb35e0c5
No related branches found
No related tags found
No related merge requests found
module InstantReadouts
module SingleReadouts
import JuMP: @constraint
import ...AbstractTypes: ReadoutComponent
import ...Variables: variables, duration, effective_time, make_generic
import ....Variables: duration, effective_time, make_generic
import ..ADCs: ADC
"""
......@@ -8,7 +9,7 @@ import ..ADCs: ADC
Represents an instantaneous `Readout` of the signal.
It has no parameters or properties to set.
It has no parameters or variables to set.
"""
struct SingleReadout <: ReadoutComponent
end
......
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