Skip to content
Discussion options

You must be logged in to vote

Good way to get similar IDE for python as octave has is to install Spyder and set in Tools > Preferences path to python which are you using to run simulations since it has libraries installed.
https://www.spyder-ide.org/

then you have there variable inspector, in python you can't click through variables but you can then use dir() or add other variables as watch for variable.

What I tried this is access to data:

  • portVariable.u_data.ui_val[0] = U over time
  • portVariable.i_data.ui_val[0] = I over time
  • portVariable.u_data.ui_time[0] = timesteps
  • portVariable.i_data.ui_time[0] = timesteps (should be same as for voltage)
    ...

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@LubomirJagos
Comment options

@VolkerMuehlhaus
Comment options

@VolkerMuehlhaus
Comment options

@LubomirJagos
Comment options

Answer selected by VolkerMuehlhaus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants