ScrSet5PtBwProfile
| Assigns a 5 point bondwire profile to all bondwires of a given model. | |
| UI Command: | None. |
| Syntax: | obj.ScrSet5PtBwProfile(<modelName>, <h1>, <h2>, <radius>, <alpha>, <beta>) |
| Parameters: |
BSTR modelName DOUBLE h1 DOUBLE h2 DOUBLE radius DOUBLE alpha DOUBLE beta |
| Return Value: |
BOOL
|
| VB Example: |
obj.ScrSet5PtBwProfile("WB_PROFILE_1", 100, 200, 20, 85, 5) |
| IPY Example: |
oDoc.ScrSet5PtBwProfile('WB_PROFILE_1', 100, 200, 20, 85, 5) |