Appearance
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.
Category: Sources
Ports
| Name | Direction | Value type | Notes |
|---|---|---|---|
out | output | auto |
Parameters
| Name | Label | Type | Default | Units | Description |
|---|---|---|---|---|---|
input_name | Signal name | string | (empty) | — | Name of the published named signal to read. Matches a `GoTo` `output_name`, a labeled wire `signal_name`, or any component's monitored signal (e.g. a resistor `current_name`). Suggestions list every named signal currently in the circuit; you may also type a name not published yet. |
rate_policy | Rate handoff policy | string | last | — | How 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. |
