Print SCROD to boardstack mapping given by TOPFrontEndMaps
Definition at line 41 of file checkFrontEndMaps.py.
◆ initialize()
initialize method: prints SCROD mappings
Definition at line 44 of file checkFrontEndMaps.py.
45 """ initialize method: prints SCROD mappings """
48 if not mapper.isValid():
52 print(
'expNo:', expNo,
'runNo:', runNo, tagtxt, tag)
53 print(
'Mapping of boardstacks to SCROD IDs')
54 for slot
in range(1, 17):
57 femap = mapper.getMap(slot, bs)
59 print(
' BS' + str(bs) +
':', femap.getScrodID())
61 print(
' BS' + str(bs) +
': *not available*')
64 set_log_level(LogLevel.ERROR)
static TOPGeometryPar * Instance()
Static method to obtain the pointer to its instance.
The documentation for this class was generated from the following file: