Xyce  6.1
Xyce::Device::Capacitor Namespace Reference

Classes

class  capSensitivity
 sensitivity functor More...
 
class  Instance
 Capacitor instance. More...
 
class  Master
 Capacitor Master class. More...
 
class  Model
 Capacitor Model class. More...
 
struct  Traits
 

Functions

void registerDevice ()
 Define how to use the device in a netlist. More...
 

Variables

static capSensitivity capSens
 

Function Documentation

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 2165 of file N_DEV_Capacitor.C.

Variable Documentation

capSensitivity Xyce::Device::Capacitor::capSens
static

Definition at line 83 of file N_DEV_Capacitor.h.