PVMT- Assigning multiple instances of properties to same element

Hello

I wanted to understand if PVMT allows us to assign multiple instances of the same values to a particular element?

I am trying to document the different failure modes and their associated failure characteristics for each logical function in my model. Is it possible to document those using PVMT?

Happy to provide more information if needed.

Thank you!

from my experience, PVMT only supports enumeration and basic data types. I think possible solution for your use-case can be either using constraint (contraint is failure mode) or requirement VP (requirement is failure mode) which are linked to the function. Then you can use PVMT to set property of the constraint/requirement to say they are of type failure mode.

Another option could be using single constraint for multiple failure modes, and in the “owned specification” section to use the CTL+space to select elements from the model. These elements could be exchange items for examples that represent failure modes. Problem with this solution is that you cannot see this information on the diagram or in the semantic browser. Only when you double click the constraint.

Thank you! I was able to use the solution of constraints to realise the multiple instances as you suggested.