Terminator_IntegerInput Icon
Sinks.Terminator_IntegerInput
Terminator_IntegerInput(; name)A sink component that accepts an integer input signal but does not process or output any data.
Variables
u(t): Integer input signal
Description
This block accepts an integer 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_IntegerInput()
Connectors
u- This connector represents an integer signal as an input to a component (IntegerInput)
Behavior
\[ \begin{align} \end{align} \]
Source
"""
Terminator_IntegerInput(; name)
A sink component that accepts an integer input signal but does not process or output any data.
# Variables
- `u(t)`: Integer input signal
# Description
This block accepts an integer 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_IntegerInput
u = Dyad.IntegerInput() {
"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_IntegerInput(; name)
A sink component that accepts an integer input signal but does not process or output any data.
# Variables
- `u(t)`: Integer input signal
# Description
This block accepts an integer 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_IntegerInput
u = Dyad.IntegerInput() {
"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