Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/electric.xml.in
blob: fd49b9eeecd3eaeac3974d7bfa1f400e72da2947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
  <Board
        name="electric"
        type="python:electric"
        section="/experience"
        icon="boardicons/electric.svg"
        difficulty="5"
        author="Bruno Coudoin (bruno.coudoin@free.fr)"
        boarddir="">
        <_title>Electricity</_title>
        <_description>Create and simulate an electric schema</_description>
        <_prerequisite>Requires some basic understanding of the concept of electricity.</_prerequisite>
        <_goal>Freely create an electric schema with a real time simulation of it.</_goal>
        <_credit>GCompris uses the Gnucap electric simulator as a backend. You can get more information on gnucap at &lt;http://geda.seul.org/tools/gnucap/&gt;.</_credit>
        <_manual>Drag electrical components from the selector and drop them in the working area. Create wires by clicking on a connection spot, dragging the mouse to the next connection spot, and letting go. You can also move components by dragging them. You can delete wires by clicking on them. To delete a component, select the deletion tool on top of the component selector. You can click on the switch to open and close it. You can change the rheostat value by dragging its wiper. In order to simulate what happens when a bulb is blown, you can blown it by right-clicking on it. The simulation is updated in real time by any user action.</_manual>
  </Board>
  <Data directory=""/>
</GCompris>