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:

  • 0 – Failure
  • 1 – Success
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.