
       DoubleTable  *ttv_CharacTimingLineModel(TimingFigure  *tf,  char *name,
       DoubleListTimeValue  *input_slope,  DoubleListCapaValue   *output_capa,
       char *type);

DDEESSCCRRIIPPTTIIOONN
       Compute delays or slopes using a given timing line model name.
         Returns  a  matrix  of values. Each line correspond to an input slope
       and each element of a line to a capacitance.

AARRGGUUMMEENNTTSS
       ttvvff           Timing figure with the timing model

       nnaammee          Name of the timing model

       ssllooppeess        List of slope values to use

       ccaappaass         List of capacitance/slope values to use

       ttyyppee          defines  the  type  of  the  table  axis:  "slope-slope",
                     "slope-capa:delay" or "slope-capa:slope".

       EEXXAAMMPPLLEE       _s_e_t       _r_e_s       _[_t_t_v___C_h_a_r_a_c_T_i_m_i_n_g_L_i_n_e_M_o_d_e_l       _$_f_i_g
                     _"_h_o_l_d_____E_N_/_C_P___0_1___1_"  _1_e_-_1_2  _3_e_-_1_2   _1_e_-_1_5   _2_e_-_1_5   _s_l_o_p_e_-
                     _c_a_p_a_:_s_l_o_p_e_]

