fmeobjects.FMESession.getSettings

FMESession.getSettings(keyword)

Returns the values of the keyword for the session configuration. The list of str returned will be empty if the keyword is invalid or does not exist in the current session.

Parameters:

keyword (str) – The keyword for the session configuration.

Return type:

list[str]

Returns:

A list of str containing the settings, or an empty list if the keyword is invalid or does not exist.

Raises:

FMEException – An exception is raised if an error occurred.