#include <CInductor.hh>
Inheritance diagram for CInductor:
Public Member Functions | |
CInductor (std::string name, float l, int x=0, int y=0, int rot=0) | |
Konstruktor. | |
~CInductor () | |
Destruktor. | |
void | setL (float l) |
Ustawia wartosc indukcyjnosci. | |
float | getL (void) |
Funkcja zwraca wartosc indukcyjnosci. | |
Complex | getZc (double omega) |
Zwraca impedancje. | |
Complex | getYc (double omega) |
Zwraca konduktancje. | |
void | draw () |
Rysuje element. | |
Protected Attributes | |
float | m_l |
Indukcyjnosc. |
|
Konstruktor.
|
|
Destruktor.
|
|
Rysuje element.
Reimplemented from CElement. |
|
Funkcja zwraca wartosc indukcyjnosci.
|
|
Zwraca konduktancje.
Reimplemented from CElementPasive. |
|
Zwraca impedancje.
Reimplemented from CElementPasive. |
|
Ustawia wartosc indukcyjnosci.
|
|
Indukcyjnosc.
|