Skip to content
LIBRARY
Interfaces.PartialBooleanSI.md

Interfaces.PartialBooleanSI

Partial block with 1 input Boolean signal.

Block has one Boolean input signal with a 3D icon (e.g., used in Blocks.Logical library).

Usage

BlockComponents.Interfaces.PartialBooleanSI()

Connectors

  • u - This connector represents a boolean signal as an input to a component (BooleanInput)

Source

dyad
"""
Partial block with 1 input Boolean signal.

Block has one Boolean input signal with a 3D icon
(e.g., used in Blocks.Logical library).
"""
partial component PartialBooleanSI
  "Connector of Boolean input signal"
  u = BooleanInput() {
    "Dyad": {
      "placement": {
        "diagram": {"iconName": "default", "x1": -100, "y1": 450, "x2": 0, "y2": 550, "rot": 0}
      },
      "tags": []
    }
  }
relations
metadata {"Dyad": {"labels": [{"label": "$(instance)", "x": 500, "y": 1100, "rot": 0}]}}
end
Flattened Source
dyad
"""
Partial block with 1 input Boolean signal.

Block has one Boolean input signal with a 3D icon
(e.g., used in Blocks.Logical library).
"""
partial component PartialBooleanSI
  "Connector of Boolean input signal"
  u = BooleanInput() {
    "Dyad": {
      "placement": {
        "diagram": {"iconName": "default", "x1": -100, "y1": 450, "x2": 0, "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