Xyce
6.1
|
#include <N_DEV_ADMSbsimcmg.h>
Static Public Member Functions | |
static const char * | name () |
static const char * | deviceTypeName () |
static int | numNodes () |
static bool | modelRequired () |
static bool | isLinearDevice () |
static Device * | factory (const Configuration &configuration, const FactoryBlock &factory_block) |
static void | loadModelParameters (ParametricData< Model > &model_parameters) |
static void | loadInstanceParameters (ParametricData< Instance > &instance_parameters) |
![]() | |
static const InstanceTypeId | instanceType () |
Returns the instance type identifier. More... | |
static const ModelTypeId | modelType () |
Returns the model type identifier. More... | |
static const ModelTypeId | modelGroup () |
Returns the model group identifier. More... | |
static Device * | factory (const Configuration &configuration, const FactoryBlock &factory_block) |
Creates a device via the device template. More... | |
static int | numNodes () |
Number of nodes must be provided in the deriving class. More... | |
static int | numOptionalNodes () |
Default number of optional nodes. More... | |
static int | numFillNodes () |
Default number of fill nodes. More... | |
static bool | modelRequired () |
By default, model is not required. More... | |
static const char * | primaryParameter () |
By default, there is no primary parameter. More... | |
static const char * | instanceDefaultParameter () |
By default, there is no instance default parameter. More... | |
static bool | isLinearDevice () |
Linear device flag must be provided in the deriving class. More... | |
static bool | isPDEDevice () |
By default, device is not a PDE device. More... | |
Additional Inherited Members | |
![]() | |
typedef Instance | InstanceType |
Make instance template parameter available. More... | |
typedef Model | ModelType |
Make model template parameter available. More... | |
typedef MOSFET1::Traits | ModelGroupTraits |
Make model group traits template parameter available. More... | |
typedef ModelGroupType_< Model, MOSFET1::Traits >::GroupType_ | ModelGroupType |
Make model group template parameter available. More... | |
Definition at line 5782 of file N_DEV_ADMSbsimcmg.h.
|
inlinestatic |
Definition at line 5785 of file N_DEV_ADMSbsimcmg.h.
|
static |
Definition at line 14774 of file N_DEV_ADMSbsimcmg.C.
|
inlinestatic |
Definition at line 5789 of file N_DEV_ADMSbsimcmg.h.
|
static |
Definition at line 84 of file N_DEV_ADMSbsimcmg.C.
|
static |
Definition at line 250 of file N_DEV_ADMSbsimcmg.C.
|
inlinestatic |
Definition at line 5788 of file N_DEV_ADMSbsimcmg.h.
|
inlinestatic |
Definition at line 5784 of file N_DEV_ADMSbsimcmg.h.
|
inlinestatic |
Definition at line 5787 of file N_DEV_ADMSbsimcmg.h.