Skip to content

GoTo

Wire-less signal publisher. Tags its input with a name so any number of From blocks elsewhere can read it without drawing a wire. Dual of From.

Aliases: GoTo, To, CSim_comp_ctl_to, SignalLabel, CSim_comp_ctl_signal_label

Category: Sinks

Keywords: GoTo, go to, to, label, tag, tagged, name, wireless, wire-less, signal, publish, send, broadcast

Ports

NameDirectionValue typeNotes
ininputauto

Parameters

NameLabelTypeDefaultUnitsDescription
output_nameSignal namestring(empty)Name to expose for the connected signal. A `From` block with a matching `input_name` will read its source. Dual of `From`.

Used in samples


Implemented in C++ class SimCompCtlGoTo (components/control/CSim_comp_ctl_goto/sim_comp_ctl_goto.h).

Released under the MIT License.