Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Helmut Ortmann on March 11, 2025, 12:43:39 am

Title: Get SysML values per API
Post by: Helmut Ortmann on March 11, 2025, 12:43:39 am
Hello,

I try to get the SysML values per API. In the GUI I can access them via DiagramObject Context, Feature, Set property value.

How can I access the per API or per table. I searched the tables like t_xref, objectproperties, t_attribute, t_taggedvalues,... with a simple model containing one Part and one Value of the part.

Any idea?

Thanks,

Helmut
Title: Re: Get SysML values per API
Post by: Helmut Ortmann on March 11, 2025, 01:23:30 am
Hi,

the SysML values are stored in:
- t_object, column=runstate

How I found it:
- Make a small model
- Make a Value with a unique name like 'xxxx'
- Native export (Publish menu)
- find the string like 'xxxx'

Good luck,

Helmut