SI2SO IconSI2SO
Two single input and one single output
Usage
SI2SO()
Connectors
u1- This connector represents a real signal as an input to a component (RealInput)u2- This connector represents a real signal as an input to a component (RealInput)y- This connector represents a real signal as an output from a component (RealOutput)
Source
# Two single input and one single output
partial component SI2SO
u1 = RealInput() [{
"JuliaSim": {"placement": {"icon": {"x1": -50, "y1": 150, "x2": 50, "y2": 250}}}
}]
u2 = RealInput() [{
"JuliaSim": {"placement": {"icon": {"x1": -50, "y1": 750, "x2": 50, "y2": 850}}}
}]
y = RealOutput() [{
"JuliaSim": {"placement": {"icon": {"x1": 950, "y1": 450, "x2": 1050, "y2": 550}}}
}]
endFlattened Source
# Two single input and one single output
partial component SI2SO
u1 = RealInput() [{
"JuliaSim": {"placement": {"icon": {"x1": -50, "y1": 150, "x2": 50, "y2": 250}}}
}]
u2 = RealInput() [{
"JuliaSim": {"placement": {"icon": {"x1": -50, "y1": 750, "x2": 50, "y2": 850}}}
}]
y = RealOutput() [{
"JuliaSim": {"placement": {"icon": {"x1": 950, "y1": 450, "x2": 1050, "y2": 550}}}
}]
metadata {}
end
Test Cases
Related
- Examples
- Experiments
- Analyses