1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
5 * Copyright (C) 2012 - 2016 - Scilab Enterprises
6 * Copyright (C) 2018 - Samuel GOUGEON
8 * This file is hereby licensed under the terms of the GNU GPL v2.0,
9 * pursuant to article 5.3.4 of the CeCILL v.2.1.
10 * This file was originally licensed under the terms of the CeCILL v2.1,
11 * and continues to be available under such terms.
12 * For more information, see the COPYING file which you should have received
13 * along with this program.
16 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
17 xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns4="http://www.w3.org/1999/xhtml"
18 xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook"
19 xmlns:scilab="http://www.scilab.org" xml:id="Inductor" xml:lang="fr">
21 <refname>Inductor</refname>
22 <refpurpose>Inductance électrique</refpurpose>
28 <imagedata fileref="../../../../images/palettes/Inductor.png" align="center"/>
32 <refsection id="Contents_Inductor">
33 <title>Contenu</title>
36 <xref linkend="Description_Inductor">Description</xref>
39 <xref linkend="Dialogbox_Inductor">Paramètres</xref>
42 <xref linkend="Defaultproperties_Inductor">Propriétés par défaut</xref>
45 <xref linkend="Interfacingfunction_Inductor">Fonction d'interfaçage</xref>
48 <link linkend="Inductor">Modèle Modelica</link>
52 <refsection id="Description_Inductor">
53 <title>Description</title>
55 L'inductance est un composant de circuit électrique qui peut stocker de l'énergie.
56 La relation entre la tension <emphasis>v</emphasis> aux bornes de l'inductance
57 <emphasis>L</emphasis> et l'intensité <emphasis>I</emphasis> du courant la traversant
60 <latex align="center" alt="v = L.dI/dt"><![CDATA[$$
61 v = L \times \frac{\mathrm d I}{\mathrm d t}
64 Les inductances peuvent aussi être utilisées pour discriminer les signaux de haute
65 et basse fréquences, ce qui les rend utiles dans les filtres électroniques.
66 Une inductance a une grande impédance pour les signaux de haute fréquence.
69 <refsection id="Dialogbox_Inductor">
70 <title>Paramètres</title>
73 <imagedata fileref="../../../../images/gui/Inductor_gui.gif"
74 align="center" style="float:right"/>
75 <!-- align => Javahelp, style => Online -->
81 <emphasis role="bold">L (H)</emphasis>
83 <para> Inductance</para>
84 <para> Propriétés : Type 'vec' de taille 1.</para>
88 <refsection id="Defaultproperties_Inductor">
89 <title>Propriétés par défaut</title>
93 <emphasis role="bold">Inputs :</emphasis>
98 <emphasis role="bold">Modelica variable name :</emphasis> 'p'
101 Implicit <emphasis role="bold">variable.</emphasis>
108 <emphasis role="bold">Outputs :</emphasis>
113 <emphasis role="bold">Modelica variable name :</emphasis> 'n'
116 Implicit <emphasis role="bold">variable.</emphasis>
123 <emphasis role="bold">Parameters :</emphasis>
128 <emphasis role="bold">Modelica parameter name :</emphasis> 'L'
131 <emphasis role="bold">Default value :</emphasis> 0.00001
134 <emphasis role="bold">Is a state variable :</emphasis> no.
141 <emphasis role="bold">File name of the model :</emphasis> Inductor
147 <refsection id="Interfacingfunction_Inductor">
148 <title>Fonction d'interfaçage</title>
151 <para> SCI/modules/scicos_blocks/macros/Electrical/Inductor.sci</para>
155 <refsection id="Modelicamodel_Inductor">
156 <title>Modèle Modelica</title>
159 <para> SCI/modules/scicos_blocks/macros/Electrical/Inductor.mo</para>