Client.config

Client.config(config_file: str)[source]

Loads the TCP configuration from the file config_file.

The method reads the file using the library configparser..

Parameters

config_file (str) – TCP configuration file, full path.

Raises

configparser.Error – Error while parsing the file, e.g. no file was found, a parameter is missing or it has an invalid value.