Skip to content

From

Wire-less signal receiver. Reads a named signal published elsewhere by a GoTo block (or a wire/component signal label) so circuits stay readable without long crossing wires.

Aliases: From

Category: Sources

Keywords: From, label, tag, tagged, name, wireless, wire-less, signal, read, receive, reference

Ports

NameDirectionValue typeNotes
outoutputauto

Parameters

NameLabelTypeDefaultUnitsDescription
input_nameSignal namestring(empty)Name of the source signal to read. Matches a Signal Label or a monitored value (e.g. resistor `current_name`).
rate_policyRate handoff policystringlastHow to fold the source's substeps when reading across rate groups (only when the source runs faster). Otherwise ignored — From sees the latest committed value. Choices: last, average, sum, min, max.

Used in samples


Implemented in C++ class SimCompCtlFrom (components/control/CSim_comp_ctl_from/sim_comp_ctl_from.h).

Released under the MIT License.