Terminator Icon
Sinks.Terminator
Terminator(; name)A sink component that accepts a real input signal but does not process or output any data.
Variables
u(t): Real input signal
Description
This block accepts a real input signal but does not process or output any data. Use this block to explicitly indicate the end of a signal path within your model. It is helpful for intentionally marking unused or dead-end outputs, ensuring that the design clearly communicates that certain output signals are deliberately left unconnected.
Usage
PrimitiveComponents.Sinks.Terminator()
Connectors
u- This connector represents a real signal as an input to a component (RealInput)
Behavior
\[ \begin{align} \end{align} \]
Source
"""
Terminator(; name)
A sink component that accepts a real input signal but does not process or output any data.
# Variables
- `u(t)`: Real input signal
# Description
This block accepts a real input signal but does not process or output any data.
Use this block to explicitly indicate the end of a signal path within your model.
It is helpful for intentionally marking unused or dead-end outputs, ensuring that
the design clearly communicates that certain output signals are deliberately left
unconnected.
"""
component Terminator
u = Dyad.RealInput() {
"Dyad": {
"placement": {
"diagram": {"x1": -40, "x2": 0, "y1": 480, "y2": 520, "sh": 1, "sw": 1, "rot": 0},
"icon": {"x1": -40, "x2": 0, "y1": 480, "y2": 520, "sh": 1, "sw": 1, "rot": 0}
}
}
}
relations
metadata {
"Dyad": {"icons": {"default": "dyad://PrimitiveComponents/Terminator.svg"}},
"labels": [{"label": "$(instance)", "x": 500, "y": 1100}]
}
end
Flattened Source
"""
Terminator(; name)
A sink component that accepts a real input signal but does not process or output any data.
# Variables
- `u(t)`: Real input signal
# Description
This block accepts a real input signal but does not process or output any data.
Use this block to explicitly indicate the end of a signal path within your model.
It is helpful for intentionally marking unused or dead-end outputs, ensuring that
the design clearly communicates that certain output signals are deliberately left
unconnected.
"""
component Terminator
u = Dyad.RealInput() {
"Dyad": {
"placement": {
"diagram": {"x1": -40, "x2": 0, "y1": 480, "y2": 520, "sh": 1, "sw": 1, "rot": 0},
"icon": {"x1": -40, "x2": 0, "y1": 480, "y2": 520, "sh": 1, "sw": 1, "rot": 0}
}
}
}
relations
metadata {
"Dyad": {"icons": {"default": "dyad://PrimitiveComponents/Terminator.svg"}},
"labels": [{"label": "$(instance)", "x": 500, "y": 1100}]
}
endTest Cases
No test cases defined.
Related
- Examples
- Experiments
- Analyses
- Tests