Xyce
6.1
|
#include <N_DEV_BJT.h>
Public Member Functions | |
Instance (const Configuration &configuration, const InstanceBlock &IB, Model &it_MB, const FactoryBlock &factory_block) | |
~Instance () | |
void | registerLIDs (const std::vector< int > &intLIDVecRef, const std::vector< int > &extLIDVecRef) |
void | registerStateLIDs (const std::vector< int > &stateLIDVecRef) |
void | registerStoreLIDs (const std::vector< int > &stoLIDVecRef) |
virtual void | registerBranchDataLIDs (const std::vector< int > &branchLIDVecRef) |
void | loadNodeSymbols (Util::SymbolTable &symbol_table) const |
Populates and returns the store name map. More... | |
const std::vector< std::vector< int > > & | jacobianStamp () const |
void | registerJacLIDs (const std::vector< std::vector< int > > &jacLIDVec) |
bool | processParams () |
bool | updateTemperature (const double &temp=-999.0) |
bool | lambertWCurrent (double &Id, double &Gd, double Vd, double Vte, double Isat) |
bool | updateIntermediateVars () |
bool | updatePrimaryState () |
bool | updateSecondaryState () |
int | getNumNoiseSources () const |
void | setupNoiseSources (Xyce::Analysis::NoiseData &noiseData) |
void | getNoiseSources (Xyce::Analysis::NoiseData &noiseData) |
void | loadErrorWeightMask () |
bool | plotfileFlag () |
void | oldDAEExcessPhaseCalculation1 () |
void | oldDAEExcessPhaseCalculation2 (double &iEX, double &gEX, double &iC_local) |
bool | loadDAEQVector () |
bool | loadDAEFVector () |
void | auxDAECalculations () |
bool | loadDAEdQdx () |
bool | loadDAEdFdx () |
bool | outputPlotFiles (bool force_final_output) |
void | setupPointers () |
Model & | getModel () |
![]() | |
DeviceInstance (const InstanceBlock &instance_block, ParametricData< void > ¶metric_data, const FactoryBlock &factory_block) | |
virtual | ~DeviceInstance () |
virtual bool | isLinearDevice () const |
virtual std::ostream & | printName (std::ostream &os) const |
virtual void | enableLeadCurrentCalc () |
virtual void | registerGIDs (const IndexPairVector &intGIDListRef, const IndexPairVector &extGIDListRef) |
virtual void | registerStateGIDs (const IndexPairVector &staGIDListRef) |
virtual void | registerStoreGIDs (const IndexPairVector &stoGIDListRef) |
virtual const std::vector< std::string > & | getDepSolnVars () |
virtual void | registerDepSolnGIDs (const std::vector< IdVector > &varList) |
virtual const std::vector< std::string > & | getDepStateVars () |
virtual void | registerDepStateGIDs (const std::vector< IdVector > &varList) |
virtual const std::vector< std::string > & | getDepStoreVars () |
virtual void | registerDepStoreGIDs (const std::vector< IdVector > &varList) |
virtual const std::vector< std::string > & | getDepLeadCurrentVars () |
virtual void | registerDepLeadCurrentGIDs (const std::vector< IdVector > &varList) |
virtual void | registerDepSolnLIDs (const std::vector< IdVector > &depSolnLIDVecRef) |
virtual void | registerDepStateLIDs (const std::vector< IdVector > &depStaLIDVecRef) |
virtual void | registerDepStoreLIDs (const std::vector< IdVector > &depStoLIDVecRef) |
virtual void | registerGIDData (const std::vector< int > &counts, const IdVector &GIDs, const JacobianStamp &jacGIDs) |
virtual const IdVector & | getDepSolnGIDVec () |
virtual const IndexPairVector & | getIndexPairList () |
virtual bool | getInstanceBreakPoints (std::vector< Util::BreakPoint > &breakPointTimes) |
virtual bool | updateSource () |
virtual bool | processInstanceParams () |
virtual bool | isConverged () |
virtual bool | testDAEMatrices (const std::vector< const std::string * > &nameVec) |
virtual bool | loadTrivialDAE_FMatrixStamp () |
bool | trivialStampLoader (Linear::Matrix *matPtr) |
bool | zeroMatrixDiagonal (Linear::Matrix *matPtr) |
virtual bool | setIC () |
virtual void | acceptStep () |
virtual bool | loadDAEBVector () |
const InstanceName & | getName () const |
int | getNumIntVars () const |
int | getNumExtVars () const |
int | getNumStateVars () const |
int | getNumStoreVars () const |
int | getNumBranchDataVars () const |
void | setNumStoreVars (int num_store_vars) |
void | setNumBranchDataVars (int num_branch_data_vars) |
virtual const std::vector< int > & | getDevConMap () |
virtual DeviceState * | getInternalState () |
virtual bool | setInternalState (const DeviceState &state) |
virtual bool | loadDFDV (int iElectrode, Linear::Vector *dfdvPtr) |
virtual bool | calcConductance (int iElectrode, const Linear::Vector *dxdvPtr) |
virtual bool | enablePDEContinuation (int &max_PDE_continuation_steps) |
virtual bool | disablePDEContinuation () |
virtual void | setPDEContinuationAlpha (double alpha) |
virtual void | setPDEContinuationBeta (double beta) |
virtual bool | setInitialGuess () |
virtual double | getMaxTimeStepSize () |
virtual void | varTypes (std::vector< char > &varTypeVec) |
bool | getOrigFlag () const |
void | setOrigFlag (bool origFlag_local) |
const IdVector & | getDevLIDs () const |
const std::vector< IdVector > & | getDevJacLIDs () const |
const IdVector & | getStaLIDVec () const |
bool | getMergeRowColChecked () const |
void | setMergeRowColChecked (bool mergeRowColChecked_local) |
const MatrixLoadData & | getMatrixLoadData () const |
MatrixLoadData & | getMatrixLoadData () |
const ExternData & | getExternData () const |
![]() | |
DeviceEntity (ParametricData< void > ¶metric_data, const SolverState &solver_state, const DeviceOptions &device_options, const std::string &netlist_filename, int netlist_line) | |
virtual | ~DeviceEntity () |
virtual CompositeParam * | constructComposite (const std::string &composite_name, const std::string ¶m_name) |
bool | setDefaultParam (double val, bool overrideOriginal=false) |
double | getDefaultParam () const |
bool | scaleParam (const std::string ¶mName, double val, double val0) |
bool | scaleParam (const std::string ¶mName, double val) |
bool | scaleDefaultParam (double val) |
bool | analyticSensitivityAvailable (const std::string ¶mName) |
bool | analyticSensitivityAvailableDefaultParam () |
bool | getAnalyticSensitivity (const std::string ¶mName, std::vector< double > &dfdpVec, std::vector< double > &dqdpVec, std::vector< double > &dbdpVec, std::vector< int > &FindicesVec, std::vector< int > &QindicesVec, std::vector< int > &BindicesVec) |
bool | getAnalyticSensitivityDefaultParam (std::vector< double > &dfdpVec, std::vector< double > &dqdpVec, std::vector< double > &dbdpVec, std::vector< int > &FindicesVec, std::vector< int > &QindicesVec, std::vector< int > &BindicesVec) |
bool | setParam (const std::string ¶mName, double val, bool overrideOriginal=false) |
bool | getParam (const std::string ¶mName, double &result) const |
bool | findParam (const std::string ¶m_name) const |
bool | getParamBreakpoints (std::vector< Util::BreakPoint > &) |
bool | updateDependentParameters (const Linear::Vector &vars) |
bool | updateDependentParameters (double temp_tmp) |
bool | updateGlobalParameters (GlobalParameterMap &) |
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 > ¶ms) |
bool | given (const std::string ¶meter_name) const |
void | setDefaultParamName (const std::string &default_param_name) |
const std::vector< Depend > & | getDependentParams () |
void | addDependentParameter (const Depend ¶m) |
const DeviceOptions & | getDeviceOptions () const |
const SolverState & | getSolverState () const |
const NetlistLocation & | netlistLocation () const |
const ParameterMap & | getParameterMap () const |
![]() | |
ParameterBase () | |
virtual | ~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 Member Functions | |
Instance (const Instance &) | |
Instance & | operator= (const Instance &) |
Static Private Attributes | |
static std::vector< std::vector< int > > | jacStamp_RB_RC_RE_ |
static std::vector< std::vector< int > > | jacStamp_RB_RC_ |
static std::vector< std::vector< int > > | jacStamp_RB_RE_ |
static std::vector< std::vector< int > > | jacStamp_RC_RE_ |
static std::vector< std::vector< int > > | jacStamp_RB_ |
static std::vector< std::vector< int > > | jacStamp_RC_ |
static std::vector< std::vector< int > > | jacStamp_RE_ |
static std::vector< std::vector< int > > | jacStamp_ |
static std::vector< int > | jacMap_RB_RC_RE_ |
static std::vector< int > | jacMap_RB_RC_ |
static std::vector< int > | jacMap_RB_RE_ |
static std::vector< int > | jacMap_RC_RE_ |
static std::vector< int > | jacMap_RB_ |
static std::vector< int > | jacMap_RC_ |
static std::vector< int > | jacMap_RE_ |
static std::vector< int > | jacMap_ |
static std::vector< std::vector< int > > | jacMap2_RB_RC_RE_ |
static std::vector< std::vector< int > > | jacMap2_RB_RC_ |
static std::vector< std::vector< int > > | jacMap2_RB_RE_ |
static std::vector< std::vector< int > > | jacMap2_RC_RE_ |
static std::vector< std::vector< int > > | jacMap2_RB_ |
static std::vector< std::vector< int > > | jacMap2_RC_ |
static std::vector< std::vector< int > > | jacMap2_RE_ |
static std::vector< std::vector< int > > | jacMap2_ |
Friends | |
class | ParametricData< Instance > |
class | Model |
class | Traits |
class | Master |
class | bjtInstanceSensitivity |
class | bjtModelSensitivity |
Additional Inherited Members | |
![]() | |
std::vector< int > & | cols |
std::vector< double > & | vals |
NumericalJacobian * | numJacPtr |
bool | psLoaded |
bool | ssLoaded |
bool | rhsLoaded |
bool | origFlag |
int | numIntVars |
int | numExtVars |
int | numStateVars |
int | numStoreVars |
int | numLeadCurrentVars |
int | numLeadCurrentStoreVars |
bool | loadLeadCurrent |
int | numBranchDataVars |
int | numBranchDataVarsIfAllocated |
std::vector< int > | devConMap |
bool | mergeRowColChecked |
![]() | |
void | jacStampMap (const JacobianStamp &stamp_parent, IdVector &map_parent, JacobianStamp &map2_parent, JacobianStamp &stamp, IdVector &map, JacobianStamp &map2, int from, int to, int original_size) |
void | jacStampMap_fixOrder (const JacobianStamp &stamp_parent, JacobianStamp &map2_parent, JacobianStamp &stamp, JacobianStamp &map2) |
void | outputJacStamp (const JacobianStamp &jac) |
void | outputJacMaps (const std::vector< int > &jacMap, const JacobianStamp &jacMap2) |
![]() | |
const ExternData & | extData |
IndexPairVector | indexPairList |
IndexPairVector | intGIDList |
IndexPairVector | extGIDList |
IndexPairVector | staGIDList |
IdVector | intLIDVec |
IdVector | extLIDVec |
IdVector | staLIDVec |
IdVector | stoLIDVec |
IdVector | devLIDs |
devLIDs is a combined LID vector, containing int, ext, and expVar ID's. More... | |
JacobianStamp | devJacLIDs |
DeviceSupport | devSupport |
![]() | |
std::vector< int > | expVarGIDs |
std::vector< int > | expVarLIDs |
std::vector< std::string > | expVarNames |
std::vector< double > | expVarVals |
std::vector< double > | eVarVals |
Definition at line 572 of file N_DEV_BJT.h.
Xyce::Device::BJT::Instance::Instance | ( | const Configuration & | configuration, |
const InstanceBlock & | IB, | ||
Model & | it_MB, | ||
const FactoryBlock & | factory_block | ||
) |
Definition at line 822 of file N_DEV_BJT.C.
Xyce::Device::BJT::Instance::~Instance | ( | ) |
Definition at line 1313 of file N_DEV_BJT.C.
|
private |
void Xyce::Device::BJT::Instance::auxDAECalculations | ( | ) |
Definition at line 2186 of file N_DEV_BJT.C.
|
inline |
Definition at line 654 of file N_DEV_BJT.h.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 2700 of file N_DEV_BJT.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 2632 of file N_DEV_BJT.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1570 of file N_DEV_BJT.C.
bool Xyce::Device::BJT::Instance::lambertWCurrent | ( | double & | Id, |
double & | Gd, | ||
double | Vd, | ||
double | Vte, | ||
double | Isat | ||
) |
Definition at line 2038 of file N_DEV_BJT.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 2459 of file N_DEV_BJT.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 2398 of file N_DEV_BJT.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 2247 of file N_DEV_BJT.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 2095 of file N_DEV_BJT.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 2069 of file N_DEV_BJT.C.
|
virtual |
Populates and returns the store name map.
Implements Xyce::Device::DeviceInstance.
Definition at line 1445 of file N_DEV_BJT.C.
void Xyce::Device::BJT::Instance::oldDAEExcessPhaseCalculation1 | ( | ) |
Definition at line 2752 of file N_DEV_BJT.C.
void Xyce::Device::BJT::Instance::oldDAEExcessPhaseCalculation2 | ( | double & | iEX, |
double & | gEX, | ||
double & | iC_local | ||
) |
Definition at line 2789 of file N_DEV_BJT.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 3552 of file N_DEV_BJT.C.
|
inlinevirtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 625 of file N_DEV_BJT.h.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 803 of file N_DEV_BJT.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1549 of file N_DEV_BJT.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1616 of file N_DEV_BJT.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1326 of file N_DEV_BJT.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1493 of file N_DEV_BJT.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1519 of file N_DEV_BJT.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 2645 of file N_DEV_BJT.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1743 of file N_DEV_BJT.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 2856 of file N_DEV_BJT.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 2556 of file N_DEV_BJT.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 2605 of file N_DEV_BJT.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1863 of file N_DEV_BJT.C.
|
friend |
Definition at line 578 of file N_DEV_BJT.h.
|
friend |
Definition at line 579 of file N_DEV_BJT.h.
|
friend |
Definition at line 577 of file N_DEV_BJT.h.
|
friend |
Definition at line 575 of file N_DEV_BJT.h.
|
friend |
Definition at line 574 of file N_DEV_BJT.h.
|
friend |
Definition at line 576 of file N_DEV_BJT.h.
|
private |
Definition at line 856 of file N_DEV_BJT.h.
|
private |
Definition at line 850 of file N_DEV_BJT.h.
|
private |
Definition at line 866 of file N_DEV_BJT.h.
|
private |
Definition at line 871 of file N_DEV_BJT.h.
|
private |
Definition at line 851 of file N_DEV_BJT.h.
|
private |
Definition at line 857 of file N_DEV_BJT.h.
|
private |
Definition at line 864 of file N_DEV_BJT.h.
|
private |
Definition at line 861 of file N_DEV_BJT.h.
|
private |
Definition at line 858 of file N_DEV_BJT.h.
|
private |
Definition at line 852 of file N_DEV_BJT.h.
|
private |
Definition at line 867 of file N_DEV_BJT.h.
|
private |
Definition at line 865 of file N_DEV_BJT.h.
|
private |
Definition at line 853 of file N_DEV_BJT.h.
|
private |
Definition at line 859 of file N_DEV_BJT.h.
|
private |
Definition at line 863 of file N_DEV_BJT.h.
|
private |
Definition at line 874 of file N_DEV_BJT.h.
|
private |
Definition at line 870 of file N_DEV_BJT.h.
|
private |
Definition at line 886 of file N_DEV_BJT.h.
|
private |
Definition at line 885 of file N_DEV_BJT.h.
|
private |
Definition at line 889 of file N_DEV_BJT.h.
|
private |
Definition at line 887 of file N_DEV_BJT.h.
|
private |
Definition at line 888 of file N_DEV_BJT.h.
|
private |
Definition at line 854 of file N_DEV_BJT.h.
|
private |
Definition at line 848 of file N_DEV_BJT.h.
|
private |
Definition at line 860 of file N_DEV_BJT.h.
|
private |
Definition at line 862 of file N_DEV_BJT.h.
|
private |
Definition at line 849 of file N_DEV_BJT.h.
|
private |
Definition at line 855 of file N_DEV_BJT.h.
|
private |
Definition at line 875 of file N_DEV_BJT.h.
|
private |
Definition at line 879 of file N_DEV_BJT.h.
|
private |
Definition at line 878 of file N_DEV_BJT.h.
|
private |
Definition at line 883 of file N_DEV_BJT.h.
|
private |
Definition at line 880 of file N_DEV_BJT.h.
|
private |
Definition at line 882 of file N_DEV_BJT.h.
|
private |
Definition at line 664 of file N_DEV_BJT.h.
|
private |
Definition at line 869 of file N_DEV_BJT.h.
|
private |
Definition at line 868 of file N_DEV_BJT.h.
|
private |
Definition at line 1010 of file N_DEV_BJT.h.
|
private |
Definition at line 782 of file N_DEV_BJT.h.
|
private |
Definition at line 779 of file N_DEV_BJT.h.
|
private |
Definition at line 773 of file N_DEV_BJT.h.
|
private |
Definition at line 770 of file N_DEV_BJT.h.
|
private |
Definition at line 785 of file N_DEV_BJT.h.
|
private |
Definition at line 776 of file N_DEV_BJT.h.
|
private |
Definition at line 750 of file N_DEV_BJT.h.
|
private |
Definition at line 842 of file N_DEV_BJT.h.
|
private |
Definition at line 762 of file N_DEV_BJT.h.
|
private |
Definition at line 761 of file N_DEV_BJT.h.
|
private |
Definition at line 760 of file N_DEV_BJT.h.
|
private |
Definition at line 753 of file N_DEV_BJT.h.
|
private |
Definition at line 756 of file N_DEV_BJT.h.
|
private |
Definition at line 755 of file N_DEV_BJT.h.
|
private |
Definition at line 754 of file N_DEV_BJT.h.
|
private |
Definition at line 759 of file N_DEV_BJT.h.
|
private |
Definition at line 758 of file N_DEV_BJT.h.
|
private |
Definition at line 757 of file N_DEV_BJT.h.
|
private |
Definition at line 722 of file N_DEV_BJT.h.
|
private |
Definition at line 723 of file N_DEV_BJT.h.
|
private |
Definition at line 721 of file N_DEV_BJT.h.
|
private |
Definition at line 845 of file N_DEV_BJT.h.
|
private |
Definition at line 845 of file N_DEV_BJT.h.
|
private |
Definition at line 671 of file N_DEV_BJT.h.
|
private |
Definition at line 901 of file N_DEV_BJT.h.
|
private |
Definition at line 895 of file N_DEV_BJT.h.
|
private |
Definition at line 911 of file N_DEV_BJT.h.
|
private |
Definition at line 916 of file N_DEV_BJT.h.
|
private |
Definition at line 896 of file N_DEV_BJT.h.
|
private |
Definition at line 902 of file N_DEV_BJT.h.
|
private |
Definition at line 909 of file N_DEV_BJT.h.
|
private |
Definition at line 906 of file N_DEV_BJT.h.
|
private |
Definition at line 903 of file N_DEV_BJT.h.
|
private |
Definition at line 897 of file N_DEV_BJT.h.
|
private |
Definition at line 912 of file N_DEV_BJT.h.
|
private |
Definition at line 910 of file N_DEV_BJT.h.
|
private |
Definition at line 898 of file N_DEV_BJT.h.
|
private |
Definition at line 904 of file N_DEV_BJT.h.
|
private |
Definition at line 908 of file N_DEV_BJT.h.
|
private |
Definition at line 919 of file N_DEV_BJT.h.
|
private |
Definition at line 915 of file N_DEV_BJT.h.
|
private |
Definition at line 931 of file N_DEV_BJT.h.
|
private |
Definition at line 930 of file N_DEV_BJT.h.
|
private |
Definition at line 934 of file N_DEV_BJT.h.
|
private |
Definition at line 932 of file N_DEV_BJT.h.
|
private |
Definition at line 933 of file N_DEV_BJT.h.
|
private |
Definition at line 899 of file N_DEV_BJT.h.
|
private |
Definition at line 893 of file N_DEV_BJT.h.
|
private |
Definition at line 905 of file N_DEV_BJT.h.
|
private |
Definition at line 907 of file N_DEV_BJT.h.
|
private |
Definition at line 894 of file N_DEV_BJT.h.
|
private |
Definition at line 900 of file N_DEV_BJT.h.
|
private |
Definition at line 920 of file N_DEV_BJT.h.
|
private |
Definition at line 924 of file N_DEV_BJT.h.
|
private |
Definition at line 923 of file N_DEV_BJT.h.
|
private |
Definition at line 928 of file N_DEV_BJT.h.
|
private |
Definition at line 925 of file N_DEV_BJT.h.
|
private |
Definition at line 927 of file N_DEV_BJT.h.
|
private |
Definition at line 914 of file N_DEV_BJT.h.
|
private |
Definition at line 913 of file N_DEV_BJT.h.
|
private |
Definition at line 740 of file N_DEV_BJT.h.
|
private |
Definition at line 742 of file N_DEV_BJT.h.
|
private |
Definition at line 765 of file N_DEV_BJT.h.
|
private |
Definition at line 739 of file N_DEV_BJT.h.
|
private |
Definition at line 737 of file N_DEV_BJT.h.
|
private |
Definition at line 741 of file N_DEV_BJT.h.
|
private |
Definition at line 764 of file N_DEV_BJT.h.
|
private |
Definition at line 836 of file N_DEV_BJT.h.
|
private |
Definition at line 745 of file N_DEV_BJT.h.
|
private |
Definition at line 829 of file N_DEV_BJT.h.
|
private |
Definition at line 744 of file N_DEV_BJT.h.
|
private |
Definition at line 830 of file N_DEV_BJT.h.
|
private |
Definition at line 838 of file N_DEV_BJT.h.
|
private |
Definition at line 837 of file N_DEV_BJT.h.
|
private |
Definition at line 749 of file N_DEV_BJT.h.
|
private |
Definition at line 832 of file N_DEV_BJT.h.
|
private |
Definition at line 834 of file N_DEV_BJT.h.
|
private |
Definition at line 833 of file N_DEV_BJT.h.
|
private |
Definition at line 835 of file N_DEV_BJT.h.
|
private |
Definition at line 747 of file N_DEV_BJT.h.
|
private |
Definition at line 831 of file N_DEV_BJT.h.
|
private |
Definition at line 731 of file N_DEV_BJT.h.
|
private |
Definition at line 726 of file N_DEV_BJT.h.
|
private |
Definition at line 781 of file N_DEV_BJT.h.
|
private |
Definition at line 778 of file N_DEV_BJT.h.
|
private |
Definition at line 728 of file N_DEV_BJT.h.
|
private |
Definition at line 725 of file N_DEV_BJT.h.
|
private |
Definition at line 772 of file N_DEV_BJT.h.
|
private |
Definition at line 769 of file N_DEV_BJT.h.
|
private |
Definition at line 736 of file N_DEV_BJT.h.
|
private |
Definition at line 727 of file N_DEV_BJT.h.
|
private |
Definition at line 784 of file N_DEV_BJT.h.
|
private |
Definition at line 732 of file N_DEV_BJT.h.
|
private |
Definition at line 670 of file N_DEV_BJT.h.
|
private |
Definition at line 729 of file N_DEV_BJT.h.
|
private |
Definition at line 775 of file N_DEV_BJT.h.
|
private |
Definition at line 665 of file N_DEV_BJT.h.
|
private |
Definition at line 666 of file N_DEV_BJT.h.
|
private |
Definition at line 733 of file N_DEV_BJT.h.
|
private |
Definition at line 720 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 1008 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 1005 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 1002 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 1001 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 1003 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 1006 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 1004 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 1007 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 999 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 996 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 993 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 992 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 994 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 997 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 995 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 998 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 990 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 987 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 984 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 983 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 985 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 988 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 986 of file N_DEV_BJT.h.
|
staticprivate |
Definition at line 989 of file N_DEV_BJT.h.
|
private |
Definition at line 669 of file N_DEV_BJT.h.
|
private |
Definition at line 843 of file N_DEV_BJT.h.
|
private |
Definition at line 790 of file N_DEV_BJT.h.
|
private |
Definition at line 791 of file N_DEV_BJT.h.
|
private |
Definition at line 823 of file N_DEV_BJT.h.
|
private |
Definition at line 825 of file N_DEV_BJT.h.
|
private |
Definition at line 824 of file N_DEV_BJT.h.
|
private |
Definition at line 826 of file N_DEV_BJT.h.
|
private |
Definition at line 788 of file N_DEV_BJT.h.
|
private |
Definition at line 789 of file N_DEV_BJT.h.
|
private |
Definition at line 798 of file N_DEV_BJT.h.
|
private |
Definition at line 792 of file N_DEV_BJT.h.
|
private |
Definition at line 793 of file N_DEV_BJT.h.
|
private |
Definition at line 797 of file N_DEV_BJT.h.
|
private |
Definition at line 808 of file N_DEV_BJT.h.
|
private |
Definition at line 804 of file N_DEV_BJT.h.
|
private |
Definition at line 803 of file N_DEV_BJT.h.
|
private |
Definition at line 801 of file N_DEV_BJT.h.
|
private |
Definition at line 800 of file N_DEV_BJT.h.
|
private |
Definition at line 805 of file N_DEV_BJT.h.
|
private |
Definition at line 802 of file N_DEV_BJT.h.
|
private |
Definition at line 813 of file N_DEV_BJT.h.
|
private |
Definition at line 814 of file N_DEV_BJT.h.
|
private |
Definition at line 816 of file N_DEV_BJT.h.
|
private |
Definition at line 815 of file N_DEV_BJT.h.
|
private |
Definition at line 817 of file N_DEV_BJT.h.
|
private |
Definition at line 812 of file N_DEV_BJT.h.
|
private |
Definition at line 811 of file N_DEV_BJT.h.
|
private |
Definition at line 794 of file N_DEV_BJT.h.
|
private |
Definition at line 661 of file N_DEV_BJT.h.
|
private |
Definition at line 841 of file N_DEV_BJT.h.
|
private |
Definition at line 668 of file N_DEV_BJT.h.
|
private |
Definition at line 672 of file N_DEV_BJT.h.
|
private |
Definition at line 844 of file N_DEV_BJT.h.
|
private |
Definition at line 946 of file N_DEV_BJT.h.
|
private |
Definition at line 940 of file N_DEV_BJT.h.
|
private |
Definition at line 956 of file N_DEV_BJT.h.
|
private |
Definition at line 961 of file N_DEV_BJT.h.
|
private |
Definition at line 941 of file N_DEV_BJT.h.
|
private |
Definition at line 947 of file N_DEV_BJT.h.
|
private |
Definition at line 954 of file N_DEV_BJT.h.
|
private |
Definition at line 951 of file N_DEV_BJT.h.
|
private |
Definition at line 948 of file N_DEV_BJT.h.
|
private |
Definition at line 942 of file N_DEV_BJT.h.
|
private |
Definition at line 957 of file N_DEV_BJT.h.
|
private |
Definition at line 955 of file N_DEV_BJT.h.
|
private |
Definition at line 943 of file N_DEV_BJT.h.
|
private |
Definition at line 949 of file N_DEV_BJT.h.
|
private |
Definition at line 953 of file N_DEV_BJT.h.
|
private |
Definition at line 964 of file N_DEV_BJT.h.
|
private |
Definition at line 960 of file N_DEV_BJT.h.
|
private |
Definition at line 976 of file N_DEV_BJT.h.
|
private |
Definition at line 975 of file N_DEV_BJT.h.
|
private |
Definition at line 979 of file N_DEV_BJT.h.
|
private |
Definition at line 977 of file N_DEV_BJT.h.
|
private |
Definition at line 978 of file N_DEV_BJT.h.
|
private |
Definition at line 944 of file N_DEV_BJT.h.
|
private |
Definition at line 938 of file N_DEV_BJT.h.
|
private |
Definition at line 950 of file N_DEV_BJT.h.
|
private |
Definition at line 952 of file N_DEV_BJT.h.
|
private |
Definition at line 939 of file N_DEV_BJT.h.
|
private |
Definition at line 945 of file N_DEV_BJT.h.
|
private |
Definition at line 965 of file N_DEV_BJT.h.
|
private |
Definition at line 969 of file N_DEV_BJT.h.
|
private |
Definition at line 968 of file N_DEV_BJT.h.
|
private |
Definition at line 973 of file N_DEV_BJT.h.
|
private |
Definition at line 970 of file N_DEV_BJT.h.
|
private |
Definition at line 972 of file N_DEV_BJT.h.
|
private |
Definition at line 959 of file N_DEV_BJT.h.
|
private |
Definition at line 958 of file N_DEV_BJT.h.
|
private |
Definition at line 719 of file N_DEV_BJT.h.
|
private |
Definition at line 780 of file N_DEV_BJT.h.
|
private |
Definition at line 777 of file N_DEV_BJT.h.
|
private |
Definition at line 771 of file N_DEV_BJT.h.
|
private |
Definition at line 768 of file N_DEV_BJT.h.
|
private |
Definition at line 783 of file N_DEV_BJT.h.
|
private |
Definition at line 774 of file N_DEV_BJT.h.
|
private |
Definition at line 699 of file N_DEV_BJT.h.
|
private |
Definition at line 682 of file N_DEV_BJT.h.
|
private |
Definition at line 680 of file N_DEV_BJT.h.
|
private |
Definition at line 684 of file N_DEV_BJT.h.
|
private |
Definition at line 681 of file N_DEV_BJT.h.
|
private |
Definition at line 679 of file N_DEV_BJT.h.
|
private |
Definition at line 683 of file N_DEV_BJT.h.
|
private |
Definition at line 677 of file N_DEV_BJT.h.
|
private |
Definition at line 678 of file N_DEV_BJT.h.
|
private |
Definition at line 700 of file N_DEV_BJT.h.
|
private |
Definition at line 685 of file N_DEV_BJT.h.
|
private |
Definition at line 701 of file N_DEV_BJT.h.
|
private |
Definition at line 667 of file N_DEV_BJT.h.
|
private |
Definition at line 686 of file N_DEV_BJT.h.
|
private |
Definition at line 687 of file N_DEV_BJT.h.
|
private |
Definition at line 688 of file N_DEV_BJT.h.
|
private |
Definition at line 697 of file N_DEV_BJT.h.
|
private |
Definition at line 698 of file N_DEV_BJT.h.
|
private |
Definition at line 695 of file N_DEV_BJT.h.
|
private |
Definition at line 696 of file N_DEV_BJT.h.
|
private |
Definition at line 693 of file N_DEV_BJT.h.
|
private |
Definition at line 692 of file N_DEV_BJT.h.
|
private |
Definition at line 694 of file N_DEV_BJT.h.
|
private |
Definition at line 676 of file N_DEV_BJT.h.
|
private |
Definition at line 689 of file N_DEV_BJT.h.
|
private |
Definition at line 705 of file N_DEV_BJT.h.
|
private |
Definition at line 709 of file N_DEV_BJT.h.
|
private |
Definition at line 714 of file N_DEV_BJT.h.
|
private |
Definition at line 717 of file N_DEV_BJT.h.
|
private |
Definition at line 708 of file N_DEV_BJT.h.
|
private |
Definition at line 713 of file N_DEV_BJT.h.
|
private |
Definition at line 716 of file N_DEV_BJT.h.
|
private |
Definition at line 710 of file N_DEV_BJT.h.
|
private |
Definition at line 706 of file N_DEV_BJT.h.
|
private |
Definition at line 711 of file N_DEV_BJT.h.
|
private |
Definition at line 704 of file N_DEV_BJT.h.
|
private |
Definition at line 675 of file N_DEV_BJT.h.