ScrSetHFSS3DLayoutSimOptions

Imports simulation settings for an HFSS 3D Layout Simulation.

UI Command:   Click Simulation > HFSS 3D Layout. Click Import Settings and select a file.
Syntax:   obj.ScrSetHFSS3DLayoutSimOptions(<filename>)
Parameters:  

BSTR filename (full file path)

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

' outcome is TRUE on success, FALSE if specified "filename" does not exist or is not the right format (this file is most easily generated by exporting from the HFSS 3D Layout Simulation Setup window).outcome = obj.ScrSetHFSS3DLayoutSimOptions ( "c:/simsettings.dss" )

IPY Example:  

oDoc.ScrSetHFSS3DLayoutSimOptions('c:/simsettings.dss')