fmeobjects.FMESession.configure

FMESession.configure(configRow)

Passes the configuration information to the session. One use of this function is to define configuration lines for functions.

Parameters:configRow (list[str]) – The configuration information.
Return type:None
Raises:FMEException – An exception is raised if an error occurred.