Hi,   I need a two dimensional array of SystemC-AMS objects. I read that it should be possible to use nested sc_vector to realize a two dimensional grid of SystemC objects. Therefore, I defined it as in the following code segement: sc_core::sc_vector< sc_core::sc_vector< sca_module > > element; Now, I want to initialize each elememt, but I don't know how to call the init()-function to set the size.