Xyce
6.1
|
#include <N_DEV_Xygra.h>
Public Member Functions | |
XygraCoilData () | |
void | processParams () |
processParams post processes the parameters that have been set in the object of the derived class. More... | |
std::string | getName () const |
int | getNumWindings () const |
![]() | |
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< XygraCoilData > & | getParametricData () |
Private Attributes | |
std::string | name |
int | numWindings |
Friends | |
class | ParametricData< XygraCoilData > |
std::ostream & | operator<< (std::ostream &os, const XygraCoilData &xcd) |
Definition at line 68 of file N_DEV_Xygra.h.
Xyce::Device::XygraCoilData::XygraCoilData | ( | ) |
Definition at line 93 of file N_DEV_Xygra.C.
|
inline |
Definition at line 85 of file N_DEV_Xygra.h.
|
inline |
Definition at line 86 of file N_DEV_Xygra.h.
|
static |
Definition at line 78 of file N_DEV_Xygra.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_Xygra.C.
|
friend |
Definition at line 119 of file N_DEV_Xygra.C.
|
friend |
Definition at line 70 of file N_DEV_Xygra.h.
|
private |
Definition at line 81 of file N_DEV_Xygra.h.
|
private |
Definition at line 82 of file N_DEV_Xygra.h.