aesim-tech / simba-project

Roadmap & issue tracking
7 stars 0 forks source link

Controlled Speed Source #416

Closed guillaumefontes closed 3 months ago

guillaumefontes commented 3 months ago

As a user, I would like to get a controlled speed source to model loads that impose a speed. This speed can depend on a custom function (computed with control blocks or from a C-code), or can be read from a .csv file for example to apply a "speed profile".

manu-aesim commented 3 months ago

This is quite simple to implement. Since this is a user request, we will prioritize this.

manu-aesim commented 3 months ago

Thanks Ryoko!

https://aesimtech.s3.us-east-1.amazonaws.com/artifacts/ybPnxOAweYqNEhwYgEtFLJ5ZijNVERX7/simba.exe pip install aesim.simba==2024.4.5a1

AdriPWS commented 3 months ago

Do you plan to add an "out" scope for this new block? Actually only "in" scope is mentioned.

manu-aesim commented 3 months ago

@AdriPWS , Why do you think we need it? It should be the same value, isn't it?

AdriPWS commented 3 months ago

Yes, it should the same I agree, but for python manipulation, if people want to manipulate output data without adding a probe? Just my idea :) !

manu-aesim commented 3 months ago

I don't understand. They can still use the "In" probe, isn't ?

AdriPWS commented 3 months ago

ahah yes, they can but I assume MAYBE they will ask " why the output is not available"? We can let like this and see later, no issue.