DataGenerationModule

class lifesimmc.core.modules.generating.data_generation_module.DataGenerationModule(n_setup_in: str, n_data_out: str, kernels: bool = True)

Class representation of the data generation module.

n_setup_in

The name of the input setup resource.

Type:

str

n_data_out

The name of the output data resource.

Type:

str

kernels

Whether to use kernels or not.

Type:

bool