Skip to content
SO.md

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

BlockComponents.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": {"iconName": "default", "x1": 1000, "y1": 450, "x2": 1100, "y2": 550, "rot": 0},
        "diagram": {"iconName": "default", "x1": 1000, "y1": 450, "x2": 1100, "y2": 550, "rot": 0}
      }
    }
  }
relations
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": {"iconName": "default", "x1": 1000, "y1": 450, "x2": 1100, "y2": 550, "rot": 0},
        "diagram": {"iconName": "default", "x1": 1000, "y1": 450, "x2": 1100, "y2": 550, "rot": 0}
      }
    }
  }
relations
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses