Skip to content
Analog.PotentialSensor.md

Analog.PotentialSensor

Usage

TranslatedComponents.Analog.PotentialSensor()

Connectors

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

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

Behavior

p.i(t)=0phi(t)=p.v(t)

Source

dyad
component PotentialSensor
  p = Pin()
  phi = RealOutput()
relations
  p.i = 0
  phi = p.v
end
Flattened Source
dyad
component PotentialSensor
  p = Pin()
  phi = RealOutput()
relations
  p.i = 0
  phi = p.v
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses