def make(self): """ make(dds_fpga_sptr self) -> dds_fpga_sptr Return a shared_ptr to a new instance of test1::dds_fpga. To avoid accidental use of raw pointers, test1::dds_fpga's constructor is in a private implementation class. test1::dds_fpga::make is the public interface for creating new instances. Params: (NONE) """ return _test1_swig.dds_fpga_sptr_make(self)
def make(self): """make(dds_fpga_sptr self) -> dds_fpga_sptr""" return _test1_swig.dds_fpga_sptr_make(self)
def make(self, *args, **kwargs): """make(dds_fpga_sptr self, int nbSamp, std::string const & devname) -> dds_fpga_sptr""" return _test1_swig.dds_fpga_sptr_make(self, *args, **kwargs)