ScrSetCrossTalkThreshold

Specifies the cross-talk threshold to use when determining which structures are coupled, in dB.

UI Command:   Click Simulation > Options to open the SIwave Options window. Click SI/PI Advanced tab and enter a value in the Cross-talk threshold box.
Syntax:   obj.ScrSetCrossTalkThreshold(<xtalkInDb>)
Parameters:  

DOUBLE xtalkInDb (specified value MUST be negative)

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

obj.ScrSetCrossTalkThreshold(-60.0)

IPY Example:  

oDoc.ScrSetCrossTalkThreshold(-60.0)