How to add values to attributes? #994
Unanswered
SoutheastStar
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello, Thank you for using SysON. The import from textual SysMLv2 & export to textual SysMLv2 modules in SysON are under development. We are working on improving both import & export modules, so stay tuned! Regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I am attempting to show personnel the power of SysON and SysML V2 and looking at the attribute aspects. I was using SysIDE to write the code and when I imported sections into SysON, I have trouble with the attribute elements. The code snippet is:
part def HF_Radio {
attribute model : String = "HF SDR";
attribute frequencyRange : FrequencyValue = (1.6[MHz]..30[MHz]);
attribute maxRange : LengthValue = 3000[km];
attribute mode : String = "Voice/Data";
}
Unfortunately, the values for frequencyRange and maxRange don't come into the model.
Can anyone assist?
Rob
Beta Was this translation helpful? Give feedback.
All reactions