46 #include <Xyce_config.h>
49 #include <N_ERH_Message.h>
70 ParameterMap::const_iterator it =
getParameterMap().find(parameter_name);
73 Report::DevelFatal0() <<
"CompositeParam::Given: unrecognized param: " << parameter_name;
Pure virtual class to augment a linear system.
bool given(const std::string ¶meter_name) const
given returns true if the value was specified in the netlist (not defaulted).
bool wasValueGiven(const ParameterBase ¶meter_base, int serial_number)
Return true if a value was provided for the device.
const ParameterMap & getParameterMap() const
getParameterMap returns the parameter map which describes the parameters.