set_license method

set_license

def set_license(self, license_name):
    ...
ParameterTypeDescription
license_namestr

set_license

Licenses the component.

def set_license(self, stream):
    ...
ParameterTypeDescription
streamio.RawIOBaseA stream that contains the license.

Remarks

Use this method to load a license from a stream.

See Also