
       TimingSignal *ttv_AddConnector(char *name, char dir);

DDEESSCCRRIIPPTTIIOONN
       Creates a connector timing signal.

AARRGGUUMMEENNTTSS
       nnaammee          Name  of the newly created command. If this timing signal
                     already exists, no new timing signal is created.  In  the
                     last  case, incompatible timing signal types will raise a
                     warning and the timing signal type will be overridden

       ddiirr           Direction of  the  connector:  i=in,  o=out,  t=tristate,
                     z=hz, x=unknown, b=inout (output reused internaly)

       EEXXAAMMPPLLEE       _s_e_t _c_o_n _[_t_t_v___A_d_d_C_o_m_m_a_n_d _i_n_p_u_t _i_]

