
       double  ttv_GetLatchHold(TimingFigure  *tvf,  TimingSignal *latch, char
       dir, TimingSignal *command);

DDEESSCCRRIIPPTTIIOONN
       Returns a latch's intrinsic hold constraint, from latch input  to  com-
       mand

AARRGGUUMMEENNTTSS
       ttvvff           Pointer on a timing figure

       llaattcchh         Pointer on the latch to consider

       ddiirr           Indicates  that  the  hold  constraint  is  given for the
                     _f_a_l_l_i_n_g or _r_i_s_i_n_g edge of the latch node. Use _b_o_t_h to  be
                     able to choose between min and  max values.

       ccoommmmaanndd       Associated  command  node;  if NULL, all commands will be
                     considered

       mmiinnmmaaxx        _m_i_n or _m_a_x; defines if min or max value is to  be  chosen
                     when there are multiple choices.

       EEXXAAMMPPLLEE       _s_e_t _i_n_t_r_i_n_s_i_c _[_t_t_v___G_e_t_L_a_t_c_h_H_o_l_d _$_f_i_g _$_l_t_1 _f_a_l_l_i_n_g _$_c_o_m_1_]

