SIMION®
The field and particle trajectory simulator
Industry standard charged particle optics software
Refine your design: model > simulate > view > analyze > program > optimize it.
About | Documentation | Community/Support | Downloads | Ordering

SIMION 8.0 Issues/Bugs/Enhancements

Filter issues by query:
Issue I444 [80,enhancement,api,resolved]
  simion.import() now returns return values

  Prior to 8.0.4-TEST17, simion.import did not return
  any values.

  As of 8.0.4-TEST17, simion.import(filename) behaves more like
  dofile(filename) in that it returns any values returned by the
  script filename.  This is useful for things like

    -- util.lua
    local M = {}
    function M.test() print(ion_px_mm) end
    return M

    -- example.lua
    local util = simion.import 'util.lua'
    util.test()

  Implemented in 8.0.4-TEST17.

Any comments on this web page? (will be sent to IMI Adaptas SIMION Support)
[Optional] Your name: email: phone: