Initialization

easyT.initialization.get_initialize(log: supportLibEasyT.log_manager.LogManager, platform: str)[source]

This function return the class that ensure the platform are working properly.

If it is connected on the internet, and if the symbol that you are trying to use exists or was not mistyped.

Parameters
  • log – The log receives a log handler to be able to log the information

  • platform – It is the platform that the information will be returned.

Returns

It returns the right class that will be used or an error message in case it was not found

Return type

The class or Error message