DirectDerivative DirectDerivative Icon

Examples.DirectDerivative

Usage

DiscreteComponents.Examples.DirectDerivative()

Connectors

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

Behavior

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

Source

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


Test Cases

No test cases defined.