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

ParameterType::ExprAccess is enumeration of parameter usage types and masks. More...

Enumerations

enum  ExprAccess {
  NO_DEP = 0x0,
  TIME_DEP = 0x1,
  SOLN_DEP = 0x2,
  LOG_T_DEP = 0x8,
  MIN_RES = 0x10,
  MIN_CAP = 0x20,
  NO_DOC = 0x40
}
 

Detailed Description

ParameterType::ExprAccess is enumeration of parameter usage types and masks.

Enumeration Type Documentation

Enumerator
NO_DEP 

Parameter can only be set to a constant from netlist.

TIME_DEP 

Parameter may be specified as time dependent expression from netlist.

SOLN_DEP 

Parameter may be specified as a solution dependent expression from netlist.

LOG_T_DEP 

Parameter uses temperature interpolation based on log of value.

MIN_RES 

Parameter is subject to being set to minimum lead resistance.

MIN_CAP 

Parameter is subject to being set to minimum junction capacitance.

NO_DOC 

Parameter is not to be documented.

Definition at line 64 of file N_DEV_Pars.h.