11 #ifndef __potentiometer_H__
12 #define __potentiometer_H__
37 void initVerilog (
void);
38 void calcVerilog (
void);
39 void initModel (
void);
40 void loadVariables (
void);
41 void initializeModel (
void);
42 void initializeInstance (
void);
43 void initialStep (
void);
44 void finalStep (
void);
45 matrix calcMatrixY (nr_double_t);
46 matrix calcMatrixCy (nr_double_t);
58 nr_double_t _jstat[4][4];
59 nr_double_t _jdyna[4][4];
60 nr_double_t _white_pwr[4][4];
61 nr_double_t _flicker_pwr[4][4];
62 nr_double_t _flicker_exp[4][4];
63 nr_double_t _charges[4][4];
64 nr_double_t _caps[4][4][4][4];
69 nr_double_t Taper_Coeff;
71 nr_double_t Max_Rotation;
72 nr_double_t Conformity;
73 nr_double_t Linearity;
74 nr_double_t Contact_Res;
75 nr_double_t Temp_Coeff;