I need to change…
- What entries are put in a MIB table which is associated to a…
TM packet -> Edit appropriate attribute of
mib_generator.construction.TM_packet.TM_packetTC command -> Edit appropriate attribute of
mib_generator.construction.TC_packet.TC_packetTC header -> Edit appropriate attribute of
mib_generator.construction.TC_packet.TC_headerTM calibration -> Edit the corresponding class in
mib_generator.construction.calibTC decalibration/verification -> Edit the corresponding class in
mib_generator.construction.calib
- How a given file is parsed. This file has an ending…
.h-> Edit appropriate class/parsing method inmib_generator.parsing.par_header.c-> Edit appropriate class/parsing method inmib_generator.parsing.par_cfile
- Something about how the actual output MIB files are generated and checked…
-> Edit some method in
mib_generator.generation.generormib_generator.generation.gener_methods-> For the generated
.docxdocument:mib_generator.generation.gener_doc
- Something about the general working of the script…
-> for general functioning of the script you want to change either
mib_generator.main.main.mainormib_generator.parsing.load-> for the UI/cli interface of the script you want to change either something in general in
mib_generator.main.clior some module inmib_generator.utilities-> for the GUI interface you want to change something in
mib_generator.gui
- Some incorrect specification about the structure of MIB tables…
-> Edit some attribute in
mib_generator.data.longdata
- The default config files…
-> Edit the
.json5files inmib_generator.data-> For operations with them see
mib_generator.temp