| 
    Qucs-core
    0.0.19
    
   
   | 
  
  
  
 
capacitor class implementation More...

Go to the source code of this file.
Data Structures | |
| class | capacitor | 
Defines | |
| #define | qState 0 | 
| #define | cState 1 | 
Variables | |
| PROP_REQ [] | |
| PROP_OPT [] | |
capacitor class implementation
A capacitor is a passive device that strore electric energy
Definition in file capacitor.cpp.
| #define cState 1 | 
Definition at line 100 of file capacitor.cpp.
| #define qState 0 | 
Definition at line 99 of file capacitor.cpp.
| PROP_OPT[] | 
 {
  { "V", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
  PROP_NO_PROP }
Definition at line 141 of file capacitor.cpp.
| PROP_REQ[] | 
 {
  { "C", PROP_REAL, { 1e-12, PROP_NO_STR }, PROP_NO_RANGE },
  PROP_NO_PROP }
Definition at line 138 of file capacitor.cpp.
 1.7.6.1