Define variables through new @defvar macro
Compare changes
Files
5- Michiel Cottaar authored
+ 13
− 9
@@ -34,6 +33,10 @@ end_time(container::ContainerBlock, index, indices...) = start_time(container, i
@@ -43,8 +46,7 @@ This will crash if the component does not have an [`effective_time`](@ref) (e.g.
@@ -52,7 +54,7 @@ effective_time(block::Tuple{<:VariableType, <:AbstractBlock}) = block[1] + effec
@@ -60,7 +62,7 @@ function gradient_strength end
@@ -70,7 +72,7 @@ Returns the RF phase at a particular time within the sequence in degrees.
@@ -79,7 +81,7 @@ Returns the RF frequency at a particular time within the sequence in kHz.
@@ -139,12 +141,14 @@ This function will return a tuple with 2 elements:
\ No newline at end of file