Skip to content
Analog.AbsoluteSensor.md

Analog.AbsoluteSensor

Usage

TranslatedComponents.Analog.AbsoluteSensor()

Connectors

  • p - 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 AbsoluteSensor
  p = Pin()
  y = RealOutput()
relations
end
Flattened Source
dyad
partial component AbsoluteSensor
  p = Pin()
  y = RealOutput()
relations
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses