ScrActivateInfiniteGroundPlane
|
Activates an infinite ground plane. |
|
| UI Command: | Simulation > Options > SI/PI Advanced. Check/uncheck the Introduce infinite ground plane box. |
| Syntax: | obj.ScrActivateInfiniteGroundPlane(<activate>) |
| Parameters: |
BOOL activate (True to activate infinite ground plane or False to deactivate infinite ground plane) |
| Return Value: |
BOOL:
|
| VB Example: |
obj.ScrActivateInfiniteGroundPlane True |
| IPY Example: |
oDoc.ScrActivateInfiniteGroundPlane('1') |
Note:
To activate an infinite ground layer a specified distance beneath the bottom layer, refer to ScrSetInfiniteGroundPlaneLocation.