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

DDEESSCCRRIIPPTTIIOONN
       Returns a latch's intrinsic access delay, from command to latch output

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 access delay 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_A_c_c_e_s_s _$_f_i_g _$_l_t_1 _f_a_l_l_i_n_g _$_c_o_m_1
                     _m_i_n_]

