Skip to content

HFSS-API for Matlab v0.6 released

Latest
Compare
Choose a tag to compare
@yuip yuip released this 20 Sep 09:44
· 6 commits to master since this release

v0.6 (20-September-2024)

[I don't know how long this will last]

  • Added the following new functions:
    • (3dmodeler) hfssCleanUpModel(...)
    • (3dmodeler) hfssEllipse(...)
    • (general) hfssAssignPointVariable(...)
    • (general) hfssEnableAutoSave(...)
  • Added support for arrays of single values in hfssSweepAnalysis.
  • Added support for SweepAlongVector in hfssPositionVariable.
  • Added gold as high conductivity material in hfssAssignMaterial.
  • Added support to DuplicateAlongLine in hfssAssignPositionVariable.
  • Added option to include material in hfssBox.
  • Added option to disable solve inside in hfssBox. Note: it doesn't work with vacuum as material.
  • Fix optional units argument in hfssEditSlave.
  • Fix rotation/move of one element when specified with a string.
  • Fix command path in hfssExecuteScript (thanks arwsl).
  • Fix fileparts output in hfssOpenProject.
  • Fix the number of decimal places in the sweep vector (hfssSweepAlongVector).
  • Remove warning when a file with extension .aedt is opened.
  • Warning display is optional in hfssAssignMaterial (enabled by default).
  • Improved documentation.