Skip to content
LIBRARY
Interfaces.IntegerSIBooleanSO.md

Interfaces.IntegerSIBooleanSO

Block with an Integer input and a Boolean output signal.

Usage

BlockComponents.Interfaces.IntegerSIBooleanSO()

Connectors

  • u - This connector represents an integer signal as an input to a component (IntegerInput)

  • y - This connector represents a boolean signal as an output from a component (BooleanOutput)

Source

dyad
"Block with an Integer input and a Boolean output signal."
partial component IntegerSIBooleanSO
  "Connector of Integer input signal"
  u = IntegerInput() {
    "Dyad": {
      "placement": {
        "diagram": {"iconName": "default", "x1": -100, "y1": 450, "x2": 0, "y2": 550, "rot": 0}
      },
      "tags": []
    }
  }
  "Connector of Boolean output signal"
  y = BooleanOutput() {
    "Dyad": {
      "placement": {
        "diagram": {"iconName": "default", "x1": 1000, "y1": 450, "x2": 1100, "y2": 550, "rot": 0}
      },
      "tags": []
    }
  }
relations
metadata {"Dyad": {"labels": [{"label": "$(instance)", "x": 500, "y": 1100, "rot": 0}]}}
end
Flattened Source
dyad
"Block with an Integer input and a Boolean output signal."
partial component IntegerSIBooleanSO
  "Connector of Integer input signal"
  u = IntegerInput() {
    "Dyad": {
      "placement": {
        "diagram": {"iconName": "default", "x1": -100, "y1": 450, "x2": 0, "y2": 550, "rot": 0}
      },
      "tags": []
    }
  }
  "Connector of Boolean output signal"
  y = BooleanOutput() {
    "Dyad": {
      "placement": {
        "diagram": {"iconName": "default", "x1": 1000, "y1": 450, "x2": 1100, "y2": 550, "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