Include TBROM info in the TwinRuntime.print_model_info() and expose it in TwinModel so it can be accessed from there.
print_model_info() provides a useful summary, in one place, of almost all twin model information, except for the TBROM information. It would also be useful to have the TBROM info here too.
In addition, the information is still useful at the higher TwinModel level, but is only only accessible through self._twin_runtime.
💡 Steps for implementing the feature
Exposure at high level could be a simple as adding and extra method to TwinModel:
📝 Description of the feature
Include TBROM info in the
TwinRuntime.print_model_info()
and expose it inTwinModel
so it can be accessed from there.print_model_info()
provides a useful summary, in one place, of almost all twin model information, except for the TBROM information. It would also be useful to have the TBROM info here too.In addition, the information is still useful at the higher
TwinModel
level, but is only only accessible throughself._twin_runtime
.💡 Steps for implementing the feature
Exposure at high level could be a simple as adding and extra method to TwinModel:
TBROM info print could be done within TwinRuntime, or within TwinModel.
🔗 Useful links and references
No response