fmeobjects.FMELicenseManager.getWriterMinBaseCapability

FMELicenseManager.getWriterMinBaseCapability(writerName)

Returns the minimum base capability for the writer factory to be licensed. Will return one of the following capability names:

  • DESKTOP

  • PROFESSIONAL

  • ENTERPRISE_GIS

  • ENTERPRISE_DB

  • SERVER

  • SMALLWORLD

  • FORM

  • NATIONAL

  • BASIC_RASTER

  • ADVANCED_RASTER

  • EXTRA_COST

Parameters:

writerName (str) – The name of the writer.

Return type:

str

Returns:

The minimum base capability or None otherwise.