ScrSetSnapLengthThreshold
|
For DC simulations, sets the maximum length value for snapping vertices. |
|
| UI Command: | Simulation > Options. On DC Advanced tab, enter a value in the Snap vertices separated by less than field. |
| Syntax: | obj.ScrSetSnapLengthThreshold(<snapLengthThreshold>) |
| Parameters: |
BSTR snapLengthThreshold |
| Return Value: |
None. |
| VB Example: |
obj.ScrSetSnapLengthThreshold("0.0734235mil") |
| IPY Example: |
oDoc.ScrSetSnapLengthThreshold('0.0734235mil') |