
       TimingPathTable  *ttv_SimulateCharacPathTables(TimingFigure  *tvf, Tim-
       ingPath *tp, DoubleListTimeValue *slopes,  DoubleListCapaValue  *capas,
       int maxsim);

DDEESSCCRRIIPPTTIIOONN
       Simulates  path  with  all  the combinations of slopes and capacitances
       values.
         Returns a matrix (list of lists) of paths. Each line  corresponds  to
       an  input  slope and each element of a line to a capacitance. Each path
       in the matrix is a replica of the user given path except for the  simu-
       lated slopes and delays.

AARRGGUUMMEENNTTSS
       ttvvff           Timing figure of the path

       ttpp            Timing path to simulate

       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

       mmaaxxssiimm        maximum number of concurent simulation authorized.

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

