32#define TRANSLINE_WARNING 1 
   33#define TRANSLINE_ERROR 2 
   93    void setResult( 
int, 
double, 
const char* );
 
  137    void   ellipke( 
double, 
double&, 
double& );
 
 
A color representation with 4 components: red, green, blue, alpha.
 
virtual void showSynthesize()
Shows analysis results and checks for errors / warnings.
 
bool isSelected(enum PRMS_ID aPrmId)
 
static double calcUnitPropagationDelay(double epsilonEff)
Calculates the unit propagation delay (in ps/cm) for the given effective dielectric constant.
 
double getProperty(enum PRMS_ID aPrmId)
 
virtual void calcSynthesize()
Computation for synthesis.
 
void setResult(int, double, const char *)
 
bool minimizeZ0Error1D(double *)
@function minimizeZ0Error1D
 
double m_parameters[EXTRA_PRMS_COUNT]
 
virtual void getProperties()
@function getProperties
 
void checkProperties()
@function checkProperties
 
virtual void synthesize()
 
void ellipke(double, double &, double &)
 
static char convertParameterStatusCode(TRANSLINE_STATUS aStatus)
Converts a TRANSLINE_PARAMETER status to a PCB Calculation status.
 
void setProperty(enum PRMS_ID aPrmId, double aValue)
 
virtual void showAnalyze()
Shows synthesis results and checks for errors / warnings.
 
double skin_depth()
@function skin_depth calculate skin depth
 
virtual void show_results()
Shows results.
 
virtual void calcAnalyze()
Computation for analysis.
 
void setErrorLevel(PRMS_ID, char)
@function setErrorLevel
 
@ TWISTEDPAIR_EPSILONR_ENV_PRM
 
TRANSLINE_STATUS
Parameter status values.