
       void  inf_DefinePathDelayMargin(char  *type, char *name, double factor,
       double delta, char *pathtype);

DDEESSCCRRIIPPTTIIOONN
       Defines a derating to be applied on a path delay,  with  the  following
       formula: _n_e_w___d_e_l_a_y _= _r_e_a_l___d_e_l_a_y _* _f_a_c_t_o_r _+ _d_e_l_t_a. This derating is only
       used for the computation of setup and  hold  slacks  by  the  by  slack
       report functions.

AARRGGUUMMEENNTTSS
       ttyyppee          Arrival point type of the path on which to apply the der-
                     ating. Valid values are _a_n_y, _l_a_t_c_h, _b_r_e_a_k, _p_r_e_c_h and  _c_o_n
                     (connector)

       nnaammee          Arrival point name of the path on which to apply the der-
                     ating. Wildcards can be used.

       ffaaccttoorr        Integer value

       ddeellttaa         Integer value

       ppaatthhttyyppee      String with tokens separated by spaces or __. Valid  token
                     values  for  pathtype  are _c_l_o_c_k_p_a_t_h, _d_a_t_a_p_a_t_h, _m_i_n, _m_a_x,
                     _r_i_s_e and _f_a_l_l. An empty string means that all the  tokens
                     are used.

