Set Property of component in ProcessModelling

Hy there,

how to read and write the properties of an component after this is created in PM by this command:
1

I want to make my component unique and some other important stuff -> With works that was no problem by using:

ChangeProductProperty:ComponentName:PropertyName:PropertyValue

Thx & Regards
Feature

You can access (read) product and component properties using expressions in e.g. if-statement, but the assign variable statement doesn’t currently support defining the target property as an expression so there isn’t a direct way to write such props using statements.

Workarounds are possible using Python scripting.