SO
Standard output interface with a single real output connector.
A base interface component that defines a single real-valued output signal. This partial component serves as a foundation for components that need to output signals to other parts of a model.
Usage
SO()
Connectors
y
- This connector represents a real signal as an output from a component (RealOutput
)
Source
dyad
# Standard output interface with a single real output connector.
#
# A base interface component that defines a single real-valued output signal. This
# partial component serves as a foundation for components that need to output signals
# to other parts of a model.
partial component SO
# Real-valued output connector for the component
y = RealOutput() [{"Dyad": {"placement": {"icon": {"x1": 950, "y1": 450, "x2": 1050, "y2": 550}}}}]
end
Flattened Source
dyad
# Standard output interface with a single real output connector.
#
# A base interface component that defines a single real-valued output signal. This
# partial component serves as a foundation for components that need to output signals
# to other parts of a model.
partial component SO
# Real-valued output connector for the component
y = RealOutput() [{"Dyad": {"placement": {"icon": {"x1": 950, "y1": 450, "x2": 1050, "y2": 550}}}}]
metadata {}
end
Test Cases
No test cases defined.
Related
Examples
Experiments
Analyses