Skip to content
Analog.RelativeSensor.md

Analog.RelativeSensor

Usage

TranslatedComponents.Analog.RelativeSensor()

Connectors

  • p - This connector represents an electrical pin with voltage and current as the potential and flow variables, respectively. (Pin)

  • n - This connector represents an electrical pin with voltage and current as the potential and flow variables, respectively. (Pin)

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

Source

dyad
partial component RelativeSensor
  p = Pin()
  n = Pin()
  y = RealOutput()
relations
end
Flattened Source
dyad
partial component RelativeSensor
  p = Pin()
  n = Pin()
  y = RealOutput()
relations
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses