Skip to content

Releases: yuip/hfss-api

HFSS-API for Matlab v0.6 released

20 Sep 09:44
Compare
Choose a tag to compare

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.

HFSS-API for Matlab v0.5 released

09 Dec 09:25
Compare
Choose a tag to compare

v0.5 (09-December-2020)

[What year is this?]

  • Added the following new functions:
    • (boundary) hfssAssignImpedance(...) (thanks Rounak Singh Narde).
    • (boundary) hfssEditFloquetPort(...)
    • (boundary) hfssEditSlave(...)
    • (analysis) hfssSweepAnalysis(...)
    • (analysis) hfssSolveSweepAnalysis(...)
    • (general) hfssSetVariable(...) (thanks Rounak Singh Narde).
    • (general) hfssAssignSizeVariable(...)
    • (general) hfssAssignPositionVariable(...)
  • Added phi and theta (scan angle) as input variables in hfssAssignSlave.
  • hfssSetVariable now allows to assign a variable as a function of other variables.
  • hfssAssignFloquetPort now allows to invert the order to the TE-TM modes.
  • hfssSetColor can set a color to several objects simultaneously.
  • Fixed examples to lastest AnsysEM version.
  • Fixed closed polyline assignment.
  • Floquet port: 3D refinement enabled by default.
  • Fixes in hfssAssignSlave documentation.
  • Removed miscellaneous semicolons and commas from some files.