
       TimingPathList  *ttv_CharacPaths(TimingFigure *tf, double slopein, char
       *start, char *end, char *dir, long number, char *all, char *path,  char
       *minmax, double capaout, int propagate);

DDEESSCCRRIIPPTTIIOONN
       Search  for  timing  paths. Path delay is computed with regard to input
       slope and output load.

AARRGGUUMMEENNTTSS
       ttff            Related timing figure to be driven

       ssllooppeeiinn       Path input slope to be propagated, if 0, default slope is
                     taken into account.

       ssttaarrtt         Path starting point (clock signal for an access path)

       eenndd           Path destination point.

       ddiirr           Path  transitions: _u_u, _d_d, _u_d, _d_u; _u or _d can be replaced
                     by the wildcard _?

       nnuummbbeerr        Number of paths/access that will appear in  the  returned
                     list. If _n_u_m_b_e_r is negative, no path number limit will be
                     considered

       aallll           _a_l_l or _c_r_i_t_i_c: all paths appear in the returned  list  or
                     only critical paths disregarding parallel paths

       ppaatthh          Type of paths to return, either _p_a_t_h or _a_c_c_e_s_s

       mmiinnmmaaxx        Maximum (_m_a_x) or minimum (_m_i_n) paths are returned

       ccaappaaoouutt       Load  to  add to output connectors (on-path bidir connec-
                     tors affected only in full propagation,  see  below).  If
                     negative load, default is taken into account.

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

       EEXXAAMMPPLLEE       _s_e_t _p___l_i_s_t _[_t_t_v___C_h_a_r_a_c_P_a_t_h_s _$_f_i_g _1_0_0_e_-_1_2 _a _b _u_d _1  _c_r_i_t_i_c
                     _p_a_t_h _m_a_x _1_0_e_-_1_5 _1_]

