Skip to content
Snippets Groups Projects

Define variables through new @defvar macro

Merged Michiel Cottaar requested to merge new_variables into main
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -186,10 +186,12 @@ function _defvar(func_def, getter=nothing)
end
@defvar function duration end
@doc """ duration(block)
"""
duration(block)
Duration of the sequence or building block in ms.
""" duration
"""
duration
function def_alternate_variable!(name::Symbol, other_var::Symbol, to_other::Function, from_other::Function, inverse::Bool)
Loading