
       ListOfDoubleTable  *ttv_CharacPathTables(TimingPath  *pth,  DoubleList-
       TimeValue *slopes, DoubleListCapaValue *capas, int propagate);

DDEESSCCRRIIPPTTIIOONN
       Recompute path delay and output slope  with  all  the  combinations  of
       slopes and capacitances.
         Returns a list of 2 matrices (list of lists). The first list contains
       the delays and the second the slopes. 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
       pptthh           Timing path to recompute

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

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

       pprrooppaaggaattee     type of slope propagation, can take values _0 (no propaga-
                     tion), _1 (full propagation))

       EEXXAAMMPPLLEE       _s_e_t  _r_e_s  _[_t_t_v___C_h_a_r_a_c_P_a_t_h_T_a_b_l_e_s  _$_m_y_p_a_t_h  _{_1_e_-_1_2   _3_e_-_1_2_}
                     _{_1_e_-_1_5 _2_e_-_1_5_} _1_]

