ScrSetNearFieldSamplePointSpacing

Modifies the "Maximum Edge Length" option for Near Field simulations.

UI Command:   Simulation > Compute Near Field. Set Maximum Edge Length.
Syntax:   obj.ScrSetNearFieldSamplePointSpacing(<spacing>)
Parameters:  

DOUBLE spacing (in the project's native units)

Return Value:  

BOOL:

  • 0 – Failure (spacing too small)
  • 1 – Success
VB Example:  

obj.ScrSetNearFieldSamplePointSpacing(132.034)

IPY Example:  

oDoc.ScrSetNearFieldSamplePointSpacing(132.034)