Xyce  6.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Xyce::Device::Resistor Namespace Reference

Classes

struct  Traits
 
class  Instance
 Resistor device instance class. More...
 
class  Model
 Resistor model class. More...
 
class  Master
 Resistor master. More...
 

Functions

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

Function Documentation

void Xyce::Device::Resistor::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 resistor models.

Definition at line 1219 of file N_DEV_Resistor.C.