-
|
Hi all, good afternoon! I've been trying to use ROSS for a campbell plot, but unfortunately I am not getting a proper plot. My code is the following, as an example: and this gives the resulting plot: So, using this as a reference example, how would I be able to calculate and plot the higher frequencies? I could not implement a solution using only inputs on the campbell plot, and it feels like there is a hardcoded limit to the frequencies being calculated. I am probably missing something here, but atm I am really stuck. Thanks in advance for any assistance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
The impression I have is that the code is automatically cutting the plot after the first 6 frequencies, and really couldn't find a way around it. |
Beta Was this translation helpful? Give feedback.




Hi @verg1lio!
This occurs because the default value of the
frequenciesargument in the run_campbell method is set to6. You can adjust this value to display higher frequency modes as needed.