Skip to content
LIBRARY
Examples.Integrator.IsNaN.md

Examples.Integrator.IsNaN ​

Usage ​

DiscreteComponents.Examples.Integrator.IsNaN()

Connectors ​

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

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

Behavior ​

Behavior of this component cannot be rendered because it includes path variables.

Source ​

dyad
component IsNaN
  u = RealInput() {
    "Dyad": {
      "placement": {
        "diagram": {"iconName": "default", "x1": -40, "y1": 450, "x2": 60, "y2": 550, "rot": 0}
      },
      "tags": []
    }
  }
  y = BooleanOutput() {
    "Dyad": {
      "placement": {
        "diagram": {"iconName": "default", "x1": 970, "y1": 450, "x2": 1070, "y2": 550, "rot": 0}
      },
      "tags": []
    }
  }
relations
  y = isnan_wrapper(u)
metadata {"Dyad": {"doc": {"behavior": false}}}
end
Flattened Source
dyad
component IsNaN
  u = RealInput() {
    "Dyad": {
      "placement": {
        "diagram": {"iconName": "default", "x1": -40, "y1": 450, "x2": 60, "y2": 550, "rot": 0}
      },
      "tags": []
    }
  }
  y = BooleanOutput() {
    "Dyad": {
      "placement": {
        "diagram": {"iconName": "default", "x1": 970, "y1": 450, "x2": 1070, "y2": 550, "rot": 0}
      },
      "tags": []
    }
  }
relations
  y = isnan_wrapper(u)
metadata {"Dyad": {"doc": {"behavior": false}}}
end


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses