NXOpen.UF.Uf.GetReservedLicenses

Uf.GetReservedLicenses()

Refer to UF_get_reserved_licenses for documentation.

Signature: GetReservedLicenses(contextName)

Parameters:contextName (str) – Name of context to release against. Will use the default context if NULL is specified.
Returns:A Tuple
Return type:A tuple consisting of (nLicenses,licenses)

nLicenses(int): The number of licenses.

licenses(list of str): The list of license reserved against the specified context. This must be freed by calling UF_free_string_array.

License requirements: None