array2_y{ }
Calling sequence
structure{ region{ array2_y } }
Properties
usage: \(\mathrm{\textcolor{Dandelion}{conditional}}\)
items: maximum 1
Functionality
Copies the region of interest and its copies generated by array_y{ } along the y-direction.
Example
structure{
region{
array2_y{...}
array_y{...}
...
}
}
Nested keywords
shift
Calling sequence
structure{ region{ array2_y{ shift } } }
Properties
usage: \(\mathrm{\textcolor{WildStrawberry}{required}}\)
type: real number
values: no constraints
unit: \(\mathrm{nm}\)
Functionality
Defines a shift distance in the y-direction used for creating the second level array of regions.
Example
structure{
region{
array2_y{
shift = 11.0
...
}
array_y{...}
...
}
}
max
Calling sequence
structure{ region{ array2_y{ max } } }
Properties
usage: \(\mathrm{\textcolor{WildStrawberry}{required}}\)
type: integer
values: \(z \geq 0\)
unit: \(\mathrm{-}\)
Functionality
Number of copies added in the positive direction of the y-axis.
Example
structure{
region{
array2_y{
shift = 11.0
max = 3
}
array_y{...}
...
}
}
min
Calling sequence
structure{ region{ array2_y{ min } } }
Properties
usage: \(\mathrm{\textcolor{ForestGreen}{optional}}\)
type: integer
values: \(z \leq 0\)
unit: \(\mathrm{-}\)
default: \(z=0\)
Functionality
Number of copies added in the negative direction of the y-axis.
Example
structure{
region{
array2_y{
shift = 11.0
max = 3
min = 2
}
array_y{...}
...
}
}