Appearance
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
| Name | Direction | Value type | Notes |
|---|---|---|---|
in | input | auto |
Parameters
| Name | Label | Type | Default | Units | Description |
|---|---|---|---|---|---|
output_name | Signal name | string | (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
- Add Two Constants
- Buck
- Multirate Counter
- Multirate Pi
- Named Input Adder Demo
- Open Loop Integrator
- Pwm Power Control
- Pwm Subsystem
Implemented in C++ class SimCompCtlGoTo (components/control/CSim_comp_ctl_goto/sim_comp_ctl_goto.h).