ScrSetFwsUseCommonGround

For full-wave Spice subcircuit generation, specifies whether or not to use a common ground for all ports.

UI Command:   Click Results > [Simulation Name] > Compute FWS Sub-circuit to open the Compute Full Wave SPICE Subcircuit window. Select the Use common ground for Spice output check box.
Syntax:   obj.ScrSetFwsUseCommonGround(<useCommonGround>)
Parameters:  

BOOL, where:

  • FALSE – Do not use common ground.
  • TRUE – Use common ground.
Return Value:  

None.

VB Example:  

obj.ScrSetFwsUseCommonGround True

IPY Example:  

oDoc.ScrSetFwsUseCommonGround(True)