Xyce  6.1
Xyce::Device::Resistor Namespace Reference

Classes

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

Functions

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

Variables

static resistorSensitivity resSens
 

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 1292 of file N_DEV_Resistor.C.

Variable Documentation

resistorSensitivity Xyce::Device::Resistor::resSens
static

Definition at line 83 of file N_DEV_Resistor.h.