Skip to content

Python API

Scripting interface for Sim4Life

127 Topics 375 Posts
  • How to Suppress an analysis exporter prompt in the Console Window

    2
    0 Votes
    2 Posts
    279 Views
    SylvainS
    Hi, unfortunately most algorithms (this one included) do not have the option to mute their info messages. So I don't think there is a way to suppress this kind of output in the console. As for the possible options for the Update() function, there is only one: overwrite=True/False, to determine the behavior of the exporter if the target file already exists. The Update() function is the equivalent of clicking the Refresh button in the algorithm in the GUI: it triggers the algorithm. If the API Browser is lacking, you can find more information (like the function signature) by typing e.g. help(excel_exporter.Update) in the Console.
  • Model To Python Script

    1
    0 Votes
    1 Posts
    263 Views
    No one has replied
  • S4L v6.0 python pip install tkinter

    9
    0 Votes
    9 Posts
    1k Views
    B
    @jasper-goethals hei im new here, for sim4life Light v7.. still cant use Tkinter so use another module PyQt5 its not best solution but its work for me
  • Extract power balance

    3
    0 Votes
    3 Posts
    310 Views
    M
    This works indeed! Thanks a lot!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • VSCode extension

    python vscode
    5
    1 Votes
    5 Posts
    922 Views
    L
    I am not sure to be honest why that was an issue for me with that specific version only, I installed the new version and it was there so problem solved!
  • Importing and exporting coordinates for an array of points

    15
    0 Votes
    15 Posts
    2k Views
    brynB
    @mkn how about you post your code. maybe somebody will show you where the bug is
  • Optimization to python

    3
    0 Votes
    3 Posts
    294 Views
    A
    @Sylvain OK, thank you for the answer.
  • Export SAR to matlab for analysis

    6
    0 Votes
    6 Posts
    1k Views
    S
    @sayimgokyar Note to myself: Press right-click on fields on output window and "refresh" button after setting up everything.
  • How to put model entities into a group using Python API?

    5
    0 Votes
    5 Posts
    495 Views
    M
    Thanks @montanaro!
  • Exporting Simulation Results for Specific Tissues

    2
    0 Votes
    2 Posts
    247 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • how to implement 'thicken-wire' in Modify menu of a spline?

    2
    0 Votes
    2 Posts
    330 Views
    S
    Hello Aiping, Bellow is a small example which might help you. import s4l_v1 as s4l import XCoreModeling import random radius = 0.1 points = list() for ii in range(20): points.append(s4l.Vec3(random.randrange(0,20), random.randrange(0,20), random.randrange(0,20))) spline = XCoreModeling.CreateSpline(points) wire = XCoreModeling.ThickenWire(spline, radius) Regards, Spuky
  • Change EMLF boundary condition with Python

    2
    0 Votes
    2 Posts
    220 Views
    M
    Easiest way is to right click on your simulation and click on 'To Python..' Run this to make sure it works. It should create a new simulation with the exact same parameters. You can then change whichever parameter you like and run it again Note: If I remember correctly, if you use 'To Python', a lot of the default settings won't show up in the code. if they don't show up (like the boundary condition),change them to some non-default value in your simulation before using 'To Python'.
  • How to suppress Voxelling info in console

    1
    0 Votes
    1 Posts
    153 Views
    No one has replied
  • FlexNet License Finder pop-up when trying to use Python API in Jupyter

    Unsolved
    3
    0 Votes
    3 Posts
    656 Views
    L
    @sylvain Thank you for the advice Sylvain! I have tried doing as you suggested and using the StartNotebook.bat does start a Jupyter Server. Unfortunately, if I start a new Notebook and try to import a Sim4Life module, I again get a pop-up called FlexNet License Finder wanting the location of either the license or the license server. [image: 1635149028735-a490c780-3a1d-41ad-a116-8b2c43ada34b-image.png] Just to be sure I have tried doing so on different computers to try and rule out a faulty installation, however the issue persists. I can confirm that there are no problems with using Sim4Life’s GUI or using the integrated scripter/console. I did take a closer look at the Sim4Life console though and noticed that upon start up the following message is displayed: [image: 1635149042209-8493be54-bcd1-4c7e-ad7d-5abb95b186e3-image.png] So perhaps this is a license issue after all?
  • Bend a spline along a body part or organ in phantom model

    1
    0 Votes
    1 Posts
    195 Views
    No one has replied
  • Sweep a spline along a body part or organ in phantom model

    1
    1 Votes
    1 Posts
    203 Views
    No one has replied
  • Importing file as a Label Field

    10
    0 Votes
    10 Posts
    937 Views
    A
    this is extremely useful! thanks a lot.
  • Blend faces function

    1
    0 Votes
    1 Posts
    146 Views
    No one has replied