fmeobjects.FMELicenseManager.getFunctionMinBaseCapability¶
-
FMELicenseManager.
getFunctionMinBaseCapability
(functionName)¶ Returns the minimum base capability for the specified function to be licensed. Will return one of the following capability names:
- DESKTOP
- PROFESSIONAL
- ENTERPRISE_GIS
- ENTERPRISE_DB
- SERVER
- SMALLWORLD
- NATIONAL
- BASIC_RASTER
- ADVANCED_RASTER
- EXTRA_COST
Parameters: functionName (str) – The name of the function. Return type: str Returns: The minimum base capability or None
otherwise.