Extract scalar signal out of boolean signal vector dependent on
integer input index
Block that returns
y = u[index];
where u is a vector-valued Boolean
input signal and index is an Integer
input signal. When the index is out of range,
- then
y = u[nin] if index > nin,
and
y = u[1] if index < 1.
- September 30, 2022, by Jianjun Hu:
First implementation.
Generated at 2026-04-28T18:18:55Z by OpenModelicaOpenModelica 1.26.4 using
GenerateDoc.mos