fmeobjects.FMELicenseManager.getReaderMinBaseCapability

FMELicenseManager.getReaderMinBaseCapability(readerName)

Returns the minimum base capability for the specified reader 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:

readerName (str) – The name of the reader.

Return type:

str

Returns:

The minimum base capability or None otherwise.