Skip to content
Blocks.partialBooleanThresholdComparison.md

Blocks.partialBooleanThresholdComparison

Usage

TranslatedComponents.Blocks.partialBooleanThresholdComparison(threshold=0)

Parameters:

NameDescriptionUnitsDefault value
thresholdComparison with respect to threshold0

Connectors

Source

dyad
partial component partialBooleanThresholdComparison
  u = RealInput()
  y = BooleanOutput()
  # Comparison with respect to threshold
  parameter threshold::Real = 0
relations
end
Flattened Source
dyad
partial component partialBooleanThresholdComparison
  u = RealInput()
  y = BooleanOutput()
  # Comparison with respect to threshold
  parameter threshold::Real = 0
relations
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses