Xyce
6.1
|
Classes | |
struct | Traits |
class | Instance |
Capacitor instance. More... | |
class | Model |
Capacitor Model class. More... | |
class | Master |
Capacitor Master class. More... | |
Functions | |
void | registerDevice () |
Define how to use the device in a netlist. More... | |
void Xyce::Device::Capacitor::registerDevice | ( | ) |
Define how to use the device in a netlist.
This method is called from the Xyce::Device::registerOpenDevices function, which in turn is called by the device manager.
The device is declared here to be an "R" device, which may optionally take a model card of type "R". This device will correspond to model level 1 of capacitor models.
Definition at line 2174 of file N_DEV_Capacitor.C.