Read parameter values from list/csv-file #1862
-
Hi, so my goal is to have a multipart scenario and conducting doppler analysis like in the example "SBR+: doppler setup" (Link: https://aedt.docs.pyansys.com/examples/02-HFSS/SBR_Doppler_Example.html) from the documentation. But I don't want to define the trajectory of the objects mathematically and use the time variable to update the poses. I already have a list of poses for my objects over time (as result from another simulation). What I want to do is to use the time variable in HFSS sort of as index to retreive the next values from my lists and update the parameters of my objects in HFSS. Thank you in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, Apologies for late reply. We are concentrating on development portal to answer these kinds of questions. As per my understanding, the easiest way to move the object is by changing the working co-ordinate system (https://aedt.docs.pyansys.com/release/0.6/examples/02-SBR%2B/SBR_Doppler_Example.html#sphx-glr-examples-02-sbr-sbr-doppler-example-py). If the positions are available in the .csv file, update the pose values using the following command
**Please make sure the variable names are in-line with the CSV file headers. If this is not working, please give more details to address the issue. Thanks you in advance. |
Beta Was this translation helpful? Give feedback.
Hi,
Apologies for late reply. We are concentrating on development portal to answer these kinds of questions.
As per my understanding, the easiest way to move the object is by changing the working co-ordinate system (https://aedt.docs.pyansys.com/release/0.6/examples/02-SBR%2B/SBR_Doppler_Example.html#sphx-glr-examples-02-sbr-sbr-doppler-example-py). If the positions are available in the .csv file, update the pose values using the following command
**Please make sure the variable names are in-line with the CSV file headers.
If this is not working, please give more details to address the issue.
Thanks you in advance.