Skip to content
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

ZMT zurich med tech

  1. Home
  2. Sim4Life
  3. Python API
  4. Export to CSV file

Export to CSV file

Scheduled Pinned Locked Moved Python API
2 Posts 2 Posters 13 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kukiwakame
    wrote last edited by
    #1

    I want to output the results of the EM simulation "EM U(t)" as a csv file, but I can't save it.
    Please tell me the reason.

    Thank you in advance.

    # Adding a new PlotViewer
      inputs = [em_sensor_extractor.Outputs["EM U(t)"]]
      plot_viewer = analysis.viewers.PlotViewer(inputs=inputs)
      plot_viewer.visible = True
      plot_viewer.ExportToCSV("C:/Temp/test.csv")
      plot_viewer.UpdateAttributes()
      document.AllAlgorithms.Add(plot_viewer)
    
    1 Reply Last reply
    0
    • brynB Offline
      brynB Offline
      bryn
      ZMT
      wrote last edited by bryn
      #2

      you need to call plot_viewer.Update() before exporting to csv

      image.png

      the method returns False if you have not updated the viewer... (btw, I agree this is a bit unintuitive, the ExportCSV could do the update ...)

      In general

      • UpdateAttributes() just does a "meta-data" update, e.g. to initialize options
      • Update() is the actual update call. It executes the main work of the filter, viewer, exporter, etc.
      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Search