Inheritance diagram for capacitor:
Definition at line 9 of file capacitor.h.
Public Types | |
enum | CAPCONTROL { MANUAL = 0, VAR = 1, VOLT = 2, VARVOLT = 3 } |
enum | CAPSWITCH { OPEN = 0, CLOSED = 1 } |
Public Member Functions | |
capacitor (MODULE *mod) | |
constructor. | |
int | create (void) |
int | isa (char *classname) |
TIMESTAMP | postsync (TIMESTAMP t0) |
TIMESTAMP | sync (TIMESTAMP t0) |
Static Public Attributes | |
static capacitor * | defaults = NULL |
static CLASS * | oclass = NULL |
static CLASS * | pclass = NULL |
Protected Attributes | |
complex | b_node [3] |
CAPCONTROL | control |
set | pt_phase |
int32 | pt_ratio |
complex | q_cap [3] |
complex | q_node [3] |
CAPSWITCH | switch_state |
int32 | time_delay |
double | time_to_change |
double | var_close |
double | var_open |
double | volt_close |
double | volt_open |
enum capacitor::CAPSWITCH |