ScrSetHpcLicenseVendor
|
Sets the HPC license vendor. Important: Use ScrSetHpcLicenseType to choose license type. |
|
| UI Command: | Simulation > Options. On the Multiprocessing tab, select Use HPC licensing and either Use Ansys HPC licenses or Use legacy Electronics HPC licenses. |
| Syntax: | obj.ScrSetHpcLicenseVendor(<vendor>) |
| Parameters: |
BSTR vendor ('ansys' or 'electronics', case insensitive) |
| Return Value: |
BOOL
|
| VB Example: |
obj.ScrSetHpcLicenseVendor "Ansys" |
| IPY Example: |
oDoc.ScrSetHpcLicenseVendor('Electronics') |