Xyce  6.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Xyce::Device::MESFET::Model Class Reference

#include <N_DEV_MESFET.h>

Inheritance diagram for Xyce::Device::MESFET::Model:
Collaboration diagram for Xyce::Device::MESFET::Model:

Public Member Functions

 Model (const Configuration &configuration, const ModelBlock &MB, const FactoryBlock &factory_block)
 
 ~Model ()
 
virtual void forEachInstance (DeviceInstanceOp &op) const
 Apply a device instance "op" to all instances associated with this model. More...
 
virtual std::ostream & printOutInstances (std::ostream &os) const
 
bool processParams ()
 processParams More...
 
bool processInstanceParams ()
 processInstanceParams More...
 
void addInstance (Instance *instance)
 
InstanceVectorgetInstanceVector ()
 
const InstanceVectorgetInstanceVector () const
 
- Public Member Functions inherited from Xyce::Device::DeviceModel
 DeviceModel (const ModelBlock &model_block, ParametricData< void > &parametric_data, const FactoryBlock &factory_block)
 
virtual ~DeviceModel ()
 
void setModParams (const std::vector< Param > &params)
 
virtual bool clearTemperatureData ()
 
void saveParams ()
 
bool interpolateTNOM (double)
 
bool interpolateDOSE (double)
 
void restoreParams ()
 
virtual bool getBinPrefixFlag ()
 
int getLevel () const
 
void setLevel (int level)
 
const std::string & getType () const
 
- Public Member Functions inherited from Xyce::Device::DeviceEntity
 DeviceEntity (const char *const entity_type, const std::string &device_name, ParametricData< void > &parametric_data, const SolverState &solver_state, const DeviceOptions &device_options, const std::string &netlist_path, int netlist_line)
 
virtual ~DeviceEntity ()
 
virtual CompositeParamconstructComposite (const std::string &composite_name, const std::string &param_name)
 
bool setDefaultParam (double val)
 
double getDefaultParam ()
 
bool scaleParam (const std::string &paramName, double val, double val0)
 
bool scaleParam (const std::string &paramName, double val)
 
bool scaleDefaultParam (double val)
 
bool setParam (const std::string &paramName, double val)
 
bool getParam (const std::string &paramName, double &result)
 
bool getParamBreakpoints (std::vector< Util::BreakPoint > &)
 
bool updateDependentParameters (N_LAS_Vector &vars)
 
bool updateDependentParameters (double temp_tmp)
 
bool updateGlobalParameters (std::map< std::string, double > &)
 
bool updateDependentParameters ()
 
double setDependentParameter (Util::Param &, double *, ParameterType::ExprAccess)
 
double setDependentParameter (Util::Param &, std::vector< double > *, int, ParameterType::ExprAccess)
 
void setDependentParameter (Util::Param &par, Depend &dependentParam, ParameterType::ExprAccess depend)
 
void setDefaultParams ()
 
void setParams (const std::vector< Param > &params)
 
bool given (const std::string &parameter_name) const
 
const char * getEntityType () const
 
const std::string & getName () const
 
void setDefaultParamName (const std::string &default_param_name)
 
const std::vector< Depend > & getDependentParams ()
 
const DeviceOptionsgetDeviceOptions () const
 
const SolverStategetSolverState () const
 
const NetlistLocation & netlistLocation () const
 
const ParameterMapgetParameterMap () const
 
- Public Member Functions inherited from Xyce::Device::ParameterBase
 ParameterBase ()
 
double getOriginalValue (int serial_number)
 
void setOriginalValue (int serial_number, double value)
 
bool wasValueGiven (int serial_number) const
 
void setValueGiven (int serial_number, bool value)
 

Private Types

typedef std::vector< Instance * > InstanceVector
 

Private Member Functions

 Model ()
 
 Model (const Model &)
 
Modeloperator= (const Model &)
 

Private Attributes

std::vector< Instance * > instanceContainer
 
double AF
 
double B
 
double ALPHA
 
double BETA
 
double CGS
 
double CGD
 
double FC
 
double IS
 
double KF
 
double LAMBDA
 
double PB
 
double RD
 
double RS
 
double TNOM
 
double VTO
 
double fNcoef
 
double fNexp
 
int dtype
 

Friends

class ParametricData< Model >
 
class Instance
 
class Traits
 
class Master
 

Additional Inherited Members

- Static Public Member Functions inherited from Xyce::Device::DeviceModel
template<class T >
static void initThermalModel (ParametricData< T > &parametric_data)
 Add the parameter "TEMPMODEL" to the parametric_data. More...
 
template<class T >
static void initDoseModel (ParametricData< T > &parametric_data)
 Add the parameter "DOSEMODEL" to the parametric_data. More...
 
- Protected Attributes inherited from Xyce::Device::DeviceEntity
std::vector< DependdependentParams
 
std::vector< int > expVarGIDs
 
std::vector< int > expVarLIDs
 
std::vector< std::string > expVarNames
 
std::vector< double > expVarVals
 
std::vector< double > eVarVals
 

Detailed Description

Definition at line 391 of file N_DEV_MESFET.h.

Member Typedef Documentation

typedef std::vector<Instance *> Xyce::Device::MESFET::Model::InstanceVector
private

Definition at line 393 of file N_DEV_MESFET.h.

Constructor & Destructor Documentation

Xyce::Device::MESFET::Model::Model ( const Configuration configuration,
const ModelBlock MB,
const FactoryBlock factory_block 
)

Definition at line 196 of file N_DEV_MESFET.C.

Xyce::Device::MESFET::Model::~Model ( )

Definition at line 260 of file N_DEV_MESFET.C.

Xyce::Device::MESFET::Model::Model ( )
private
Xyce::Device::MESFET::Model::Model ( const Model )
private

Member Function Documentation

void Xyce::Device::MESFET::Model::addInstance ( Instance instance)
inline

Definition at line 420 of file N_DEV_MESFET.h.

void Xyce::Device::MESFET::Model::forEachInstance ( DeviceInstanceOp op) const
virtual

Apply a device instance "op" to all instances associated with this model.

Parameters
[in]opOperator to apply to all instances.

Implements Xyce::Device::DeviceModel.

Definition at line 320 of file N_DEV_MESFET.C.

InstanceVector& Xyce::Device::MESFET::Model::getInstanceVector ( )
inline

Definition at line 425 of file N_DEV_MESFET.h.

const InstanceVector& Xyce::Device::MESFET::Model::getInstanceVector ( ) const
inline

Definition at line 430 of file N_DEV_MESFET.h.

Model& Xyce::Device::MESFET::Model::operator= ( const Model )
private
std::ostream & Xyce::Device::MESFET::Model::printOutInstances ( std::ostream &  os) const
virtual

Implements Xyce::Device::DeviceModel.

Definition at line 282 of file N_DEV_MESFET.C.

bool Xyce::Device::MESFET::Model::processInstanceParams ( )
virtual

processInstanceParams

Returns
true if parameter processing was successful

Implements Xyce::Device::DeviceModel.

Definition at line 349 of file N_DEV_MESFET.C.

bool Xyce::Device::MESFET::Model::processParams ( )
virtual

processParams

Returns
true if parameter processing was successful

Implements Xyce::Device::DeviceModel.

Definition at line 335 of file N_DEV_MESFET.C.

Friends And Related Function Documentation

friend class Instance
friend

Definition at line 396 of file N_DEV_MESFET.h.

friend class Master
friend

Definition at line 397 of file N_DEV_MESFET.h.

friend class ParametricData< Model >
friend

Definition at line 395 of file N_DEV_MESFET.h.

friend class Traits
friend

Definition at line 397 of file N_DEV_MESFET.h.

Member Data Documentation

double Xyce::Device::MESFET::Model::AF
private

Definition at line 441 of file N_DEV_MESFET.h.

double Xyce::Device::MESFET::Model::ALPHA
private

Definition at line 443 of file N_DEV_MESFET.h.

double Xyce::Device::MESFET::Model::B
private

Definition at line 442 of file N_DEV_MESFET.h.

double Xyce::Device::MESFET::Model::BETA
private

Definition at line 444 of file N_DEV_MESFET.h.

double Xyce::Device::MESFET::Model::CGD
private

Definition at line 446 of file N_DEV_MESFET.h.

double Xyce::Device::MESFET::Model::CGS
private

Definition at line 445 of file N_DEV_MESFET.h.

int Xyce::Device::MESFET::Model::dtype
private

Definition at line 460 of file N_DEV_MESFET.h.

double Xyce::Device::MESFET::Model::FC
private

Definition at line 447 of file N_DEV_MESFET.h.

double Xyce::Device::MESFET::Model::fNcoef
private

Definition at line 456 of file N_DEV_MESFET.h.

double Xyce::Device::MESFET::Model::fNexp
private

Definition at line 457 of file N_DEV_MESFET.h.

std::vector<Instance*> Xyce::Device::MESFET::Model::instanceContainer
private

Definition at line 436 of file N_DEV_MESFET.h.

double Xyce::Device::MESFET::Model::IS
private

Definition at line 448 of file N_DEV_MESFET.h.

double Xyce::Device::MESFET::Model::KF
private

Definition at line 449 of file N_DEV_MESFET.h.

double Xyce::Device::MESFET::Model::LAMBDA
private

Definition at line 450 of file N_DEV_MESFET.h.

double Xyce::Device::MESFET::Model::PB
private

Definition at line 451 of file N_DEV_MESFET.h.

double Xyce::Device::MESFET::Model::RD
private

Definition at line 452 of file N_DEV_MESFET.h.

double Xyce::Device::MESFET::Model::RS
private

Definition at line 453 of file N_DEV_MESFET.h.

double Xyce::Device::MESFET::Model::TNOM
private

Definition at line 454 of file N_DEV_MESFET.h.

double Xyce::Device::MESFET::Model::VTO
private

Definition at line 455 of file N_DEV_MESFET.h.


The documentation for this class was generated from the following files: