Xyce
6.1
|
#include <N_DEV_SpecieSource.h>
Public Member Functions | |
SpecieSource () | |
bool | processParam (Param &ndParam, std::string ¶m, DevicePDEInstance &di) |
void | processParams () |
processParams post processes the parameters that have been set in the object of the derived class. More... | |
![]() | |
CompositeParam (ParametricData< void > ¶metric_data) | |
CompositeParam sets the parametric data description. More... | |
virtual | ~CompositeParam () |
bool | given (const std::string ¶meter_name) const |
given returns true if the value was specified in the netlist (not defaulted). More... | |
const ParameterMap & | getParameterMap () const |
getParameterMap returns the parameter map which describes the parameters. More... | |
![]() | |
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) |
Static Public Member Functions | |
static ParametricData < SpecieSource > & | getParametricData () |
Public Attributes | |
std::string | name |
Friends | |
class | ParametricData< SpecieSource > |
Definition at line 68 of file N_DEV_SpecieSource.h.
Xyce::Device::SpecieSource::SpecieSource | ( | ) |
Definition at line 78 of file N_DEV_SpecieSource.C.
|
static |
Definition at line 64 of file N_DEV_SpecieSource.C.
bool Xyce::Device::SpecieSource::processParam | ( | Param & | ndParam, |
std::string & | param, | ||
DevicePDEInstance & | di | ||
) |
Definition at line 92 of file N_DEV_SpecieSource.C.
|
virtual |
processParams post processes the parameters that have been set in the object of the derived class.
See Device::populateParams() and Device::setParameters() in the DeviceEntity implementation file.
Implements Xyce::Device::CompositeParam.
Definition at line 107 of file N_DEV_SpecieSource.C.
|
friend |
Definition at line 70 of file N_DEV_SpecieSource.h.
std::string Xyce::Device::SpecieSource::name |
Definition at line 80 of file N_DEV_SpecieSource.h.