Skip to content
Blocks.partialBooleanComparison.md

Blocks.partialBooleanComparison ​

Usage ​

TranslatedComponents.Blocks.partialBooleanComparison()

Connectors ​

  • u1 - This connector represents a real signal as an input to a component (RealInput)

  • u2 - This connector represents a real signal as an input to a component (RealInput)

  • y - (BooleanOutput)

Source ​

dyad
partial component partialBooleanComparison
  u1 = RealInput()
  u2 = RealInput()
  y = BooleanOutput()
relations
end
Flattened Source
dyad
partial component partialBooleanComparison
  u1 = RealInput()
  u2 = RealInput()
  y = BooleanOutput()
relations
metadata {}
end


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses