
       void avt_RemoveCapacitances(Netlist *lf, char *nameregex);

DDEESSCCRRIIPPTTIIOONN
       Removes all capacitances on signals matching a regular expression

AARRGGUUMMEENNTTSS
       llff            Pointer on the netlist where to remove capacitances

       nnaammeerreeggxx      Regular expression to be matched, for all signals use _*

       EEXXAAMMPPLLEE       _a_v_t___R_e_m_o_v_e_C_a_p_a_c_i_t_a_n_c_e_s _$_n_e_t_l_i_s_t _"_c_p_u_._*_._s_i_g_3_*_"

