Fonction de calcul
fr


PotentialSensor

Contenu du fichier


model PotentialSensor 
  Pin p;
  Real v;
 equation
    p.i = 0;
    v = p.v;
 end PotentialSensor;