ScrSetInfiniteGroundPlaneLocation
|
Introduces an infinite ground plane the specified distance below the bottom layer. |
|
| UI Command: | Simulation > Options > SI/PI Advanced. Select Introduce infinite ground plane and enter a value in mils. |
| Syntax: | obj.ScrSetInfiniteGroundPlaneLocation(<elev>) |
| Parameters: |
DOUBLE elev |
| Return Value: |
BOOL:
|
| VB Example: |
obj.ScrSetInfiniteGroundPlaneLocation "3.1" |
| IPY Example: |
oDoc.ScrSetInfiniteGroundPlaneLocation('3.1') |