Skip to content
LIBRARY
Interfaces.IntegerSO.md

Interfaces.IntegerSO

Single Integer Output continuous control block.

Block has one continuous Integer output signal.

Usage

BlockComponents.Interfaces.IntegerSO()

Connectors

  • y - This connector represents an integer signal as an output from a component (IntegerOutput)

Source

dyad
"""
Single Integer Output continuous control block.

Block has one continuous Integer output signal.
"""
partial component IntegerSO
  "Connector of Integer output signal"
  y = IntegerOutput() {
    "Dyad": {
      "placement": {
        "diagram": {"iconName": "default", "x1": 1000, "y1": 450, "x2": 1100, "y2": 560, "rot": 0}
      },
      "tags": []
    }
  }
relations
metadata {"Dyad": {"labels": [{"label": "$(instance)", "x": 500, "y": 1100, "rot": 0}]}}
end
Flattened Source
dyad
"""
Single Integer Output continuous control block.

Block has one continuous Integer output signal.
"""
partial component IntegerSO
  "Connector of Integer output signal"
  y = IntegerOutput() {
    "Dyad": {
      "placement": {
        "diagram": {"iconName": "default", "x1": 1000, "y1": 450, "x2": 1100, "y2": 560, "rot": 0}
      },
      "tags": []
    }
  }
relations
metadata {"Dyad": {"labels": [{"label": "$(instance)", "x": 500, "y": 1100, "rot": 0}]}}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses