Bulk RMC6F configuration processing

This modules holds stuff relevant to processing bulk RMC6F configurations.

class rmc_tools.bulk_stuff.BulkStuff[source]

RMC6F bulk configuration processing class.

This class contains methods for processing bulk RMC6F configurations.

bulk_to_shells(rmc6f_config)[source]

Method for grabbing shells from bulk RMC6F configuration.

Provided bulk RMC6F configuration, this method can extract shells from it. Since this program is to deal with bulk configuration, the center does not matter that much and therefore it is randomly placed in the bulk configuration.

Arguments:

rmc6f_config {Object} – Instance of RMC6FReader class

Output:

shell_X.rmc6f – RMC6F configuration for generated shells.

np_shell_gen.log – Log information about shells generation.